I want to implement Paginated list View in android so when I scroll down to the end, each time more items should add to my list, currently I am fetching 10 items from web service and showing them in a list View, now I want add 10 more Items when user scroll down to the end of the list.
Is there any way to do it?
I want to implement Paginated list View in android so when I scroll down
Share
EDIT: This one is better:
http://p-xr.com/android-tutorial-dynamicaly-load-more-items-to-the-listview-never-ending-list/––––––––––––––––––––––––––––––––––-*––––––––––––––––––––––
http://benjii.me/2010/08/endless-scrolling-listview-in-android/