Hi I've just started looking at DDMS with my app, and have been using the Heap tool.
Whilst I observe memory allocations occur and the occasional freeing up of memory upon GC, there is a general trend upwards. I also noticed this on the APIDemos example code. Furthermore, when I press BACK to return to the homescreen, I would have expected that all the allocated memory (for the app) would have been freed. Instead, I see the 'allocated' value remain as it was before I pressed the BACK key. Is memory management as straight forward as I am assuming, or is there more to it than this? Or am I misunderstanding what the Heap tool is telling me? Cheers James -- 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 To unsubscribe, reply using "remove me" as the subject.

