Re: [android-developers] ListView refresh problem

2010-03-11 Thread Mark Murphy
ls02 wrote: > I have listview with items that include both text and images. If I > scroll the listview fast enough all items images are messed up: wrong > images are displayed for wrong items. The same problem exists with > expandable listview. I tried to implement holder class to cache > imageview

[android-developers] ListView refresh problem

2010-03-11 Thread ls02
I have listview with items that include both text and images. If I scroll the listview fast enough all items images are messed up: wrong images are displayed for wrong items. The same problem exists with expandable listview. I tried to implement holder class to cache imageview and image itself usin