android-lazyadapter

Lazy Load images on Listview in android(Beginner Level)?

Hi all, I am working on the listview with the custom adapter. I want to load the images and text view on it. The images are load from the internet urls. I just want to show the images which are visible list item to hte user. I refered the Shelves opensource project example from romainguy, but its to complicated to understand the code. ...

how to clear the cached images in Android?

How to clear the cached image from memory programatically in android? i am iconic list view when i scroll its reloads the image.So its produce the OutofMemoryError. i want clear the cache while gets this exception. how to do that? any help? EDIT: i am just using this code on my program to loadimage: http://ballardhack.wordpress.com/201...