I am developing one app which is based on the webservice and fetch the all data and inflate it into the list with the one image and 3 text view. But it will fetch the all the items which is coming from the web service which is too much time consuming in fetching the data.
I have reached to some of the examples like "pull to refresh" and "View after the list view" when this view is clicks the it loads the data.
I have used the Json and Ksoap2 library for the webservice and responce will be in the JSON form. Thannks in advance.