
If you started your mobile development on a platform like Java ME, you will probably appreciate the heap sizes that Android gives to its apps. In fact, the minimum heap size that the Android compatibility guide requires is 16 Mb, and the more typical size is 24 Mb. This seems to be large enough for a typical app, so you should rarely run into out of memory issues with simple apps.
That, however, ...
[More]