I have an app that displays a camera picture as part of it, but if the
picture is in memory I get an out of memory exception when an
allocation of any size happens no matter what.  If the app uses a
seekbar in addition to my PictureView the ~900 bytes it allocates are
too much.  I even tried to load a 16x16 monochrome image on top of the
camera pic, but the 256 bytes were too much.  I find it extremely
unlikely that the object containing the image is precisely the size so
that using it alone never causes a crash, but allocating even 256 more
bytes exceeds the memory budget.  Does anybody know what the problem
is?
--~--~---------~--~----~------------~-------~--~----~
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