Endless scrolling listview not working
I am developing one application. In my app I am using listview to display data from json. All the data display perfectly. But what I want is, to display first 10 objects and then loading items should show and then remaining 10 will display. My json response is as given below. { "interestsent": [ { "interestsent_user_id":369, "name":"abc", "profile_id":"686317", "image":"", }, { "interestsent_user_id":369, "name":"def", "profile_id":"686318", "image":"", }, { "interestsent_user_id":369, "name":"ghi", "profile_id":"686319", "image":"", }, { "interestsent_user_id":369, "name":"jkl", "profile_id":