RecyclerTreeView
RecyclerTreeView copied to clipboard
How to make paging in last child list
I have 3 level of views Parent, Child, Child's of child, How to implement paging in last child list ?!
Pardon? What do you mean ?
@TellH I want to implement pagination in my child list to show new items when scroll to end of items exist in RecyclerView.
I mean Endless Scrolling with AdapterViews and RecyclerView.