Sounds like the Drawable remains attached to a View between rotations. See blog post: http://android-developers.blogspot.com/2009/01/avoiding-memory-leaks.html
On Mar 12, 3:29 am, ursnavin <ursna...@gmail.com> wrote: > Hi , > > Im trying to develop a home application . Whenever there is a shift > between landscape and potrait mode , im setting the wallpaper onCreate > () function using the below code . > > getWindow().setBackgroundDrawable(getwallpaper()); > > The code seems to work fine for first few shifts , but after that I > run into an out of memory exception . Is this the correct approach or > am i missing some thing here . Below is the exception that i get . > > 03-12 15:08:55.118: ERROR/AndroidRuntime(739): > java.lang.OutOfMemoryError: bitmap size exceeds VM budget > > Thanks > Navin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---