Posts

Showing posts with the label ListView

Android: ListView Pagination

While having pagination do not re create the adapter object, instead update the existing adapter object. so that the list view will not be refreshed or re created. It will be updated with new items.