I am working from the code that comes in the Sample Home application in the SDK. Basically I have a GridView that loads up all the apps in the system (like an app drawer). In my project I wanted to have a star hidden on every view that I could turn on to indicate state (onLongClick, etc.). 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.
Anyone seen this problem? Is it a bug in Android or something I am doing wrong. Again, I am using the Sample Home application as a starting point so if you want to see sample code that would be a good place to start. Specifically the ApplicationsAdapter class is what I am using to bind my views to a GridView. Joe -- 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

