OutOfMemory
Android each app has limited memory size.
If you open/load too bigger object(bitmap, string..etc), the app will throw oufOfMemoey exception.
But you can use different ways to avoid outOfMemory exception.
If you need a lot of memory ..... you have to using JNI, because the jni is not limited memory usage.