I am taking the reference of already ask question Android - How do I do a lazy load of images in ListView
I want to manage all of this image data of listView in application cache memory not in HashMap. all the images are coming from server. just like in Android market that is holding that data in cache memory and we can clear that from android Settings> applications> Manage application> my-application.
so how to manage this custom listView?
Thanks in advance.