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
Try this simple code :
Make the progress bar visible when your list items already scrolled and hide when you get data from your service.