Open kardani opened 4 years ago
same issue!!
NestedScrollView will create all children view. So you can add recyclerView into NestedScrollView for paging
NestedScrollView will create all children view. So you can add recyclerView into NestedScrollView for paging
Of course we did that but as I told paging automatically load pages one after one even if user don't scroll!
When put RecyclerView inside NestedScrollView then called all pages continuously until last page without scroll!