I think, the title is so specific. So, I want to explain first that I want to create a stamp application (like photobox) where we can put a lot of stamp images on the photo, save the image and the designs.
I am using option.inSampleSize in my code now. More likely this link : Strange out of memory issue while loading an image to a Bitmap object
This solved my problem when the image number is small. But when the image number (image count) is become larger out of memory exists again.
Is there any ideas from experts in here? Currently I'm still using ImageView to show the stamp images.
Or.. maybe there is no solution at this yet? The only thing that comes in my mind is to limit the number of images.