Memory allocation per app (Android)
Is there a maximum amount of memory (RAM) that a app can use when running on android? I've searched on the net and have read that older devices could use only 16mb then this changed to 24mb or 32mb for newer devices. I've also read that a app can use the total amount of free memory on the device. I don't know which of these is the right answer.
When developing a app for android is using the fusion debugger an accurate way of determining how much memory will be used? I notice that a new and empty project uses 37mb, that's before any objects and conditions.
Also, is there a way to load frames or other data in stages to reduce the amount of memory? For example load each level and its objects when they are needed rather than load everything at once.
Any info appreciated.