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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -