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 <[email protected]> wrote: > 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 into problems, not the only possible way to mess up row recycling. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Android Training in US: 14-18 June 2010:http://bignerdranch.com -- 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

