views:

142

answers:

1

I am using complex list item as following to lazy upload image i am loading every list item's image in separate asyntask so that it won't hang the application while loading image.

problem comes when i scroll down the list new lisitems image had replace image effect when i drill down i found that

for example if by default 5 listitems fit onto the screen when i scroll down next displayed listem is actually the recycle of the previous listitem which was displaying thats why also containing the image of the previous listitem untill new image loaded, after new image loaded from web image get replaced and user found replace image effect when doing scroll up or scroll down every time images are getting replaced due to recycling...

Is there a way i can ask android to do not recycle the listitem when i scroll down or up so that it will not have replace image effect.

any good suggestion is appriciated

alt text

+1  A: 
Ramps