reload and load more of listview
Hello,
I wrote a listview, its data come from a rest service, when user browse the list view, I need list view to load more data by another call to rest service when reach the end of the current listview.
And, I also need code to refresh the listview when user swipe down at the head of listview.