Can you paste some code On Tue, Apr 20, 2010 at 5:19 PM, Tom F M White <[email protected]> wrote:
> 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]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- When I raise my flashing sword, and my hand takes hold on judgment, I will take vengeance upon mine enemies, and I will repay those who haze me. Oh, Lord, raise me to Thy right hand and count me among Thy saints. -- 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

