tags:

views:

170

answers:

3

What is the maximum memory limits per application for Android 2.2?

A: 

It depends on the particular device, usually ranges between 16 and 48 MB.

Daniel Velkov
thanks apparently it is between 16 up to 48 MB
Saddam Abu Ghaida
@Saddam Abu Ghaida: Then you might consider to accept and upvote his answer, since it is this system that does StackOverflow. :)
Charlie Sheen
A: 

16 MB and 48 MB depending upon screen size. However, Android 3.0 doubles that to 32 MB and 84 MB depending upon screen size.

Fred Grott
Android 3.0 doesn't exist, so you are making stuff up. Also the default limit for high density screens is 24MB, but this is up to the device manufacturer.
hackbod
+1  A: 

The lower limit for a low density / small screen, and medium density / normal screen device is 16 MB. The lower limit for a high density / normal screen device is 24 MB. Individual device manufactures can and do raise this limit for their device, depending on how much RAM the device has (and how many megapixels the camera is etc), but if you stay within those lower limits you should be good on all devices.

hackbod