ListView load more on scroll bottom
In MainActivity I create the DownloadTask which populate model class then listview via CustomListAdapter class but I created the function to recognize end of scroll and I want to load more items to the listview. I was reading and looking at code on internet but I can't figure it out to solve this because its a kind different. The MainActivity class public void updateList() { adap = new CustomListAdapter(this, feedList, null); feedListView.setAdapter(adap); feedListView.setOnScrollListener(new OnScrollListener() { public void onScrollStateChanged(AbsListView view, int scrollState) { // TODO