Endless RecyclerView with ProgressBar for pagination

前端 未结 9 2186
庸人自扰
庸人自扰 2020-11-27 12:51

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

9条回答
  •  再見小時候
    2020-11-27 13:00

    Try this simple code :

    
    
    
    
    
    
    

    Make the progress bar visible when your list items already scrolled and hide when you get data from your service.

提交回复
热议问题