how to avoid out of memory error while using bitmap in android ...

how to avoid out of memory error while using bitmap in android ...

瀏覽:766
日期:2025-06-08
When you have done with your Bitmap, means when your Bitmap done its work then make it recyle and null like below: bitmap.recycle(); bitmap=null;....看更多