On Dec 8, 12:28 pm, skominac <[email protected]> wrote: > So not only is memory of static members not deallocated (which is > actually not surprising), but the static references are still alive, > pointing to the memory, and can be used to invoke the members back. > This last part was surprising to me. > > This is actually not bad, as long as developers are aware of it. > Is this Dalvik's feature?
This is the expected behavior. Keep in mind that the VM doesn't shut down between runs of your activity. You are not necessarily starting with a clean slate. -- 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

