Endless RecyclerView with ProgressBar for pagination
问题 I am using a RecyclerView and fetching objects from an API in batches of ten. For pagination, I use EndlessRecyclerOnScrollListener. It\'s all working properly. Now all that\'s left is to add a progress spinner at the bottom of the list while the next batch of objects is fetched by the API. Here is a screenshot of the Google Play Store app, showing a ProgressBar in what is surely a RecyclerView : The problem is, neither the RecyclerView nor the EndlessRecyclerOnScrollListener have built-in