[android-developers] Re: ListView refresh problem

2010-03-11 Thread ls02
I did some debugging an what I found is that getTag does not return correct object when I scroll fast. My adapter getView is called with index 0, I call view's getTag and get back the object associated with item 3, not item 0. On Mar 11, 4:24 pm, Mark Murphy wrote: > ls02 wrote: > > I have static

Re: [android-developers] Re: ListView refresh problem

2010-03-11 Thread Mark Murphy
ls02 wrote: > I have static images. The only special I have is that layout of > different rows is different. Each row has only one thumbnail image. As I wrote, there is likely a problem in the way your row recycling works. My example of the HTTP fetching of images was an example of where I ran int

[android-developers] Re: ListView refresh problem

2010-03-11 Thread ls02
I have static images. The only special I have is that layout of different rows is different. Each row has only one thumbnail image. On Mar 11, 2:14 pm, Mark Murphy wrote: > ls02 wrote: > > I have listview with items that include both text and images. If I > > scroll the listview fast enough all i