How to use firebase with ViewPager and FragmentPagerAdapter?

守給你的承諾、 提交于 2019-12-21 05:04:44

问题


I have a situation when I have large set of data[Approx 1000+] in firebase database and I want to show those data in ViewPager with Fragments.

So, like android firebase-ui library has adapter for ListView and RecyclerView which will handle the large data set in proper way.

Is there anything like that for adapter of ViewPager? Or any help on how we should handle those large set of data?

来源:https://stackoverflow.com/questions/38022540/how-to-use-firebase-with-viewpager-and-fragmentpageradapter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!