[android-developers] Re: Google Map retains the reference to the context of the enclosing activity?

2011-07-25 Thread Joan Pujol
Hi Katsiaryna. I've exatcly the same problem than you. I also have an application with tabs, and mapview in one of this tabs and have also exactly the same leak. Did you found any solution? A lot of thanks in advance. -- You received this message because you are subscribed to the Google

[android-developers] Re: Google Map retains the reference to the context of the enclosing activity?

2011-07-25 Thread Zsolt Vasvari
I don't know the Google map view, but do you have to pass in a Context object anywhere? If so, you may want to try to pass in ApplicationContext as opposed to your Activity. On Jul 26, 1:03 am, Joan Pujol joanpu...@gmail.com wrote: Hi Katsiaryna. I've exatcly the same problem than you. I also

[android-developers] Re: Google Map retains the reference to the context of the enclosing activity?

2010-01-21 Thread Katsiaryna
Still no luck. Seems I should report it as a bug... On Jan 15, 6:27 pm, Katsiaryna katsiaryna.nali...@ndrc.ie wrote: Hello All, I am trying to get rid of the memory leaks in my application. The structure of the application is as follows: the main tab activity includes several other