I am developing an android app, that let user syncing data from Firebase database. When the app starts up 10 records load into Listview, when the user scrolls down listview I want to load 10 items more. Could you give me suggestion to do that ?
Asked
Active
Viewed 73 times
0
-
See http://stackoverflow.com/search?q=%5Bfirebase%5D+pagination – Frank van Puffelen Aug 10 '16 at 15:19
-
Thank Frank. I got the answer at: http://stackoverflow.com/a/38024909/5856328 – Zappy.Mans Aug 11 '16 at 04:31