ListView like in universal image loader sample app
I am using universal image loader for displaying thumb images in the list view. I have implemented the basic steps in the adapter and everything is working. The problem is if i have 10 items in the list and i can see first 5 as soon as i scroll down new images are displayed but when i scroll back up the images are replaced again with correct once , what i want is first 5 images which are shown at the starting should not be replaced . So that when i scroll back up and down the images are not replaced again and again . Like it is done in the uil sample app ListActivity , the images once loaded