How can I load more data on scrolling down with FirebaseIndexRecyclerAdapter

后端 未结 1 1431
闹比i
闹比i 2020-12-22 01:28

I have data that was insert PostKey and Rating by cloud function. Following this picture newfeed, post

and I use FirebaseIndexRecyclerAdapter to get data

         


        
相关标签:
1条回答
  • Pagination is not supported by FirebaseUI-Android components. They currently require you to provide a single query that yields all the results to display. There is no way to progressively supply more queries as a list is scrolled. Also see the discussion in this issue on the Github repo for FirebaseUI-Android.

    0 讨论(0)
提交回复
热议问题