What is the maximum memory limits per application for Android 2.2?
相关问题
- Is there a limit to how many levels you can nest i
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
It depends on the particular device, usually ranges between 16 and 48 MB.
Just a footnote(I don't currently have the enough reputation to add comment). @WinOrWin obviously the thread you are referring to is talking about "storage space"(although colloquially people might refer to it as "internal/external memory") while this thread talks about "memory", RAM. They are not the same thing. (eg. The basic difference between harddrive space and memory).
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.