In onStop method I am trying to remove all references to my view hierarchy so garbage collector to reclaim the memory of layout. Setting content view to null throws Exception so I set contentView to something that doesn't use much memory, while the activity is not visible.
-- 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

