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

Popular posts from this blog

sql - Return Function using Cursor -

sql server - How to use pivot in this table -

javascript - Is there any way to add a new parameter to a function programmatically? -