How to implement endless list with RecyclerView?

前端 未结 30 2660
无人及你
无人及你 2020-11-22 02:22

I would like to change ListView to RecyclerView. I want to use the onScroll of the OnScrollListener in RecyclerView to determine if a

30条回答
  •  不思量自难忘°
    2020-11-22 03:04

    There is an easy to use library for this named paginate . Supports both ListView and RecyclerView ( LinearLayout , GridLayout and StaggeredGridLayout).

    Here is the link to the project on Github

提交回复
热议问题