I have listview with about a hundred rows. Each row has an imageview
and two textviews. Images are set dynamically from the BaseAdapter
derived class' getView method.

The problem is that if I scroll the listview the images get messed up,
wrong images are displayed for wrong items. And the faster I scroll
the more images are messed up. I do not have any problems with text. I
tried caching images in holder class, in a separate array, it does not
help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to