Skip to content Skip to sidebar Skip to footer

How To Reach Bottom Of Listview, Load More Items

When I reach the bottom of my ListView (Scroll down until the end), how do I load more items? Here is my class (maybe it will help) public class ListFood extends Activity {

Solution 1:

In addition to the answer that @jleedev provided, you can also use my EndlessAdapter for this.


Post a Comment for "How To Reach Bottom Of Listview, Load More Items"