Android Question How do you increase the application memory cache size?

almontgreen

Active Member
Licensed User
Longtime User
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.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

almontgreen

Active Member
Licensed User
Longtime User
Upvote 0

almontgreen

Active Member
Licensed User
Longtime User
Brilliant! It works. Thanks so much Erel, I am so glad I bought Basic4Android as it cut the development for my app by months!
 
Upvote 0
Top