[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

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

2010-01-15 Thread Katsiaryna
suggestions! --- Best regards, Katsiaryna -- 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

[android-developers] SoundPool doesn't play sounds 100K in SDK 1.5

2009-06-23 Thread Katsiaryna
, --- Best regards, Katsiaryna --~--~-~--~~~---~--~~ 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

[android-developers] Re: Movie.decodeStream(is) is returning NULL after updating to 1.5 SDK

2009-05-28 Thread Katsiaryna
I have the same problem as you: after upgrading to 1.5 I can't create movie from the resources neither using Movie.decodeStream nor Resources.openMovie. Both functions return null. On May 27, 5:52 am, Freshman csato...@gmail.com wrote: com'on guys, Has anyone faced this issue with Android 1.5

[android-developers] Re: Voice Recognition in API demos crashing

2009-04-27 Thread Katsiaryna
I have the same problem, both when I try to invoke the voice recognition from the ApiDemos or from my own application. The exception I get is No Activity found to handle Intent { action=android.speech.action.RECOGNIZE_SPEECH (has extras) } . Probably, something is wrong with the settings of my