It seems that this is a larger problem than I thought. When I run DDMS while running my app on the Kindle Fire, I proceed to my activity with the GridView and the thumbnails. I do about a dozen rotates, and then generate an HPROF file with DDMS. Analyzing this with Eclipse Memory Analyzer, I see, as before, lots of my WorkThumbImageView objects. But very oddly, I also see a dozen instances of my activity, ImageGridActivity. I have tracing on for the activity's OnDestroy method, and OnDestroy IS getting called.
I have carefully checked for any hanging references to the activity, the GridView, my list adapter, etc. All looks clean. I am running 4.0.1. Could it be that there is a problem with GC? It seems much better in that we are not getting the Stacktrace problem. But could it be that it is missing some objects that it should be garbage collecting? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/GridView-not-releasing-view-objects-tp5078401p5080195.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid