Android Endless List

后端 未结 10 1178
梦如初夏
梦如初夏 2020-11-22 02:52

How can I create a list where when you reach the end of the list I am notified so I can load more items?

10条回答
  •  花落未央
    2020-11-22 03:17

    Best solution so far that I have seen is in FastAdapter library for recycler views. It has a EndlessRecyclerOnScrollListener.

    Here is an example usage: EndlessScrollListActivity

    Once I used it for endless scrolling list I have realised that the setup is a very robust. I'd definitely recommend it.

提交回复
热议问题