I'm fighting with memory leaks now. So i'm curious if there any way to
manually destroy view(in onDestroy method) ? The whole layout(activity
contentView) is a bit complex because of parent-child references,
context references, tags, etc.

GC is not able to collect my layout now. And the problem is hiding
deeply in view structure... So the only way to find it - is to try
destroy leaf views manualy so at some moment GC will collect root view
and give me a knowlege of where is problem located.

My layout structure: ViewFlipper(RelativeLayout,
ListView(ViewFlipper(RelativeLayout, RelativeLayout)))

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to