Android. Memory usage limits -
I am using a 'bigger' in-memory data object in my Android app. Object size is ~ 3 MB It works fine on my device and emulator. Do I have any unusual problems with weak devices? Which objects are very big and are OK to use in the Android mobile app?
You can guess getMemoryClass () function:
This gives an
int , allowing the memory per application on one device, which specifies the approximate quantity of memory available per app in megabytes.
Comments
Post a Comment