How can i load images as they are visible in android? Does anyone know a good tutorial? Moreover, do i need a asyncTask in order to do this? And moreover, if i want to have a picture like the following how should i declare my Android XML file?

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.
It’s called lazy loading of images in a listview. Here’s a piece of code you can use to do this:
obtained from this thread: Lazy load of images in ListView