Tuesday 13 October 2015

Dynamicaly Load More Items to the ListView

To dynamically load more items to the ListView when you scroll at the bottom, we implement onScroll() method in which we can find out the which item is visible when we will reach at bottom it will load more items.
Following steps are used for this:

Adding footer view on ListView: For this we will create an XML file that will define how the footer of your ListView will look like.


Read the full set of codes at FindNerd's Blog Post: Dynamicaly Load More Items to the ListView

FindNerd’s Php questions and answers forum is developed for those tech geeks who don’t want to wait for a longer duration of time, as the community members within FindNerd can answer any android query within shortest possible time frame.

Apart from this, If you have any language query like C, Java, JavaScript, iOS, Html, PHP etc . you can post at FindNerd’s Java questions and answers forum.

No comments:

Post a Comment