How To Implement Endless List With A Recyclerview Inside A Fragment
How do i load more to my RecyclerView list once the user scrolls near the bottom? I have had a look at this stack overflow page but I'm still struggling with trying to implement th
Solution 1:
What you're looking for is a Library called Paging
it is part of Android Architecture Component.
Here is the codelab and note that the Paging 3 is out https://developer.android.com/topic/libraries/architecture/paging/v3-overview
Post a Comment for "How To Implement Endless List With A Recyclerview Inside A Fragment"