I know this is going to sound sacrilegious, but:

If you have only one bitmap as the background, why free it at all?

As you already found out, its memory doesn't seem to be freed, so it's not going to help other applications after you've paused yours.

If Android runs into a out-of-memory situation, it will kill the entire process, freeing the bitmap along with everything else.

-- Kostya

18.10.2010 5:16, Lisa пишет:
hi, thank you very much、for your answers. (⌒.⌒)/

I moved recycle in onStop.

thanks, was solved this problem, the bitmap.
Canvas: trying to use a recycled bitmap
android.graphics.bit...@437d8e60
thank you very very much. (@⌒.⌒@)/

but OutOffMemory problems is cotinue. (;>_<;)
please, it can also help me. (つД`;)ふぇ~ん
m(_ _)m





--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to