On Thu, Jan 13, 2011 at 7:53 AM, chrismanster <[email protected]>wrote:
> It works fine until I scroll that item out of view, when I scroll that item > back into view the star (in this case) that I made visible will have moved > to a different item in the GridView. If I do the same thing again, it will > have moved back to the original item. This seems to happen on any GridView > where I am turning on content in an item and then scrolling it out of view. > Sounds like your views are being recycled and you're not handling it correctly. Google "adapter view recycling" or something - you should get lots of info. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

