- I am adding item in ListView using ArrayAdapter.
- First display 15 item in the ListView.
- Scroll to bottom it must fetch and display next 15 content from web API.
Give some idea.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a tutorial of lazy loading with image. You should check that out
http://ballardhack.wordpress.com/2010/04/05/loading-remote-images-in-a-listview-on-android/
Here is some demo of lazy listview from GitHub.
https://github.com/thest1/LazyList
Hope those can help !!
[Credit go to original author of code and tutorial]