Hi All,
I am writting 2 versions of my App, one which will work on devices with 100MB or more of memory and one which will work on devices with less than 100MB of memory.
The memory settings I have for high mem version are:
Heap: 65536
Stack: 1024
Data: 131072
Is it possible for this app (if loaded onto a low mem device) to display a message like "Please download the low memory version" before it gets to a point where it can't run? Or can I dynamically allocate the memory?
Thanks.
