I am working on Application which is based on lot of bitmaps, now the problem is that in some devices i am getting run time Exception during Application testing.
this might me due to Bitmap size exceeds VM Budget.
Now the issue is that i cant reduce the use of bitmap in Application.so what are the possible solutions.
I had tried following link, but no success.
http://voices.yahoo.com/android-virtual-machine-vm-out-memory-error-7342266.html
please help me.