Android how to load/save original size Bitmap with no OutOfMemory?

Image processing requires a lot of memory. You cant use the whole bitmap and just modify it on your phone. Use a web service for that.

Upload, process, download. Sorry there is no other way a decoded bitmap just takes a lot of memory.

There's a hard limit on process size in Android and a 4 mega-pixel image at four bytes a pixel will hit it all by itself (on many devices), without any room for your program.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions