memory of drawables, is it better to have resources inside APK, outside APK or is it the same for me
- by Daniel Benedykt
Hi
I have an application that draws a lot of graphics and change them.
Since I have many graphics, I thought of having the images outside the APK, downloaded from the internet as needed, and saved on the files application folder.
But I started to get outOfMemory exceptions.
The question is: Does android handle memory different if I load a…