I created a simple app with a ListView following the ListActivity examples I found on the net.
The app has 2 activities with the first having a button to create the second. When i hit the close button on the second activity I would like it to release its memory (or at least allow it to be garbage collected). Currently it will never release. I must be doing something wrong here because the MyListActivity never gets released. Can anyone tell me if I am doing something wrong with the way activities are created/destroyed? or if my usage of the ListView is wrong? Thanks. My App as a zip - http://www.mediafire.com/?l26o5hz2bmbwk6j Screen Shot of Eclipse MAT showing the list activity never releasing memory -http://www.mediafire.com/?qr6ga0k62sri2yh -- 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

