I have many large bitmaps I need to load into memory cache and the current application cache size is less than 1/2 what I need. I have lots of memory and have read that with Android ver. 2.2 (which I am running) that this is possible to change. Is it in the Manifest file?
Note: I am NOT running any other applications on my device (MiniPC) so I'm not worried about crashing other apps.
I have experimented extensively with the Cache library ver. 1.36 and that is how I determined I did not have nearly enough memory allocated to my application which shows bitmaps that have been cached to memory.
Note: I am NOT running any other applications on my device (MiniPC) so I'm not worried about crashing other apps.
I have experimented extensively with the Cache library ver. 1.36 and that is how I determined I did not have nearly enough memory allocated to my application which shows bitmaps that have been cached to memory.