> > > > So, here is my question again, there is some way to use the ViewHolder > > pattern on this case? > > It should work fine. Row widgets hold references to their ViewHolder > via setTag(). Those row widgets are discarded on a configuration > change, which in turn discards their ViewHolders. The list is newly > populated by the ListAdapter, creating all new ViewHolder instances > for the all-new row widgets. >
It seems to be the implementation of the HorizontalListView that I'm using ( http://www.dev-smart.com/archives/34) that apparently is not discarding the tagged rows (If I dont use the ViewHolder pattern, there is no leak). There is another implementation of Horizontal ListView available? > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > Android App Developer Books: http://commonsware.com/books > > -- > 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 -- 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

