I am doing a project which is loading lot of data from the server. I have to get that data and arrange it in a listview along with the images. i am facing problem with large data, As the number of values getting increase my app is taking too much time to load.
How can i do pagination for this. i tried this but i did not get what to do..
Anyone please help me in doing this.
Thanks in advance..
There are several solutions available for so-called “endless” lists. You linked to one. Here is mine: https://github.com/commonsguy/cwac-endless. There are a few more floating around, IIRC.