I have implemented on Listview. And What i want is to implement pagination in it . when i reach the end of the listview(20 items per page) it should refresh and new contents should be loaded. I dont know how ... Could anyone please tell me.
private static ListView mList;
in Oncreate i have added
mList = (ListView) view.findViewById(R.id.mypclist);
Once it reaches the first 20 items in the listview , then the list should refresh and add new items... Please help me