4 results for “topic:onscrolllistener”
You can do a Endless scroll in ListView or RecyclerView with simple steps, with a listener for do request to your web service.
An app used to search for shops using the Etsy API. Pagination is used with a RecyclerView to create an infinite scroll view. Retrofit is used for HTTP Requests. MVVM architecture. Room Database for caching data from the network.
How to implement pagination in Android RecyclerView using Retrofit?
RecyclerView