[android-developers] Re: MapActivity And Leak : a google team overview ?

2011-05-13 Thread olivier
Thanks for your answer, Ok for point 2, But is it normal, that after calling the garbage after closing a mapActivity, I always see MapActivity,referenced in Memory. I notice this point even if I do a simple project similar to the android tutorial. To do test, I build a two Activities application

[android-developers] Re: MapActivity And Leak : a google team overview ?

2011-05-13 Thread lbendlin
don't believe everything you hear about gc. In fact, don't believe anything you hear about gc. As I understand it, Google/Android likes to "keep stuff around just in case". Even if you explicitly exit your application you will still see it in the "task manager" etc. (It even goes as far as sta

[android-developers] Re: MapActivity And Leak : a google team overview ?

2011-05-16 Thread olivier
Thanks of your answer, I anderstand that Android when I exit my application, is not killing the app, because of the multi-task system. I have got no problem with that. My problem, is why even on a simple project I keep reference of my MapActivity after this one is closed. (Not my all application