I have a ListView that initially displays the last 10 items from Firebase. I want to display 10 more items whenever the user reaches the top of the list. How can I do that? Thank you.
            Asked
            
        
        
            Active
            
        
            Viewed 89 times
        
    1
            
            
        - 
                    1possible duplicated in http://stackoverflow.com/questions/4667064/android-implementing-progressbar-and-loading-for-endless-list-like-android – juanhl Jul 20 '15 at 11:28
- 
                    This is a sample where Kato implemented this on AngularFire. The same approach could work on Android: https://gist.github.com/katowulf/0e14f81e2a10f75e3fcb – Frank van Puffelen Jul 20 '15 at 13:40
