I've made a custom ListAdaptor, with associated View, that displays an
icon on the left of each list item, with three lines of text to the
right. In MyView.onCreate(), the icons are populated using
imageView.setImageDrawable(Drawable.createFromStream(URL)); each item on
the list is it's own object, so each of these is done individually for
each list item. However when viewing the list, the first few items
display correctly, but as you scroll down the list, those images that
were not visible initially are replaced with the same images used in the
top few items, so 4/5 images end up reused for the entire list. The text
for each list item is correct. What is going wrong?
Tom
--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en