[android-developers] Re: OutofMemory exception when dealing with large Bitmaps

2009-03-29 Thread Markus Junginger
On Mar 27, 5:10 pm, mark.ka...@gmail.com wrote: >    This is a common problem when using the BimapFactory.decode, there > is a bug or memory leak. We've had lengthy discussions about this in > previous threads. Using smaller bitmaps, using bitmap.recycle(), and > turning down the sample size can m

[android-developers] Re: OutofMemory exception when dealing with large Bitmaps

2009-03-27 Thread mark . kahrl
This is a common problem when using the BimapFactory.decode, there is a bug or memory leak. We've had lengthy discussions about this in previous threads. Using smaller bitmaps, using bitmap.recycle(), and turning down the sample size can mitigate, but not eliminate this problem.