Top "Android-memory" questions

android-memory is generally Runtime Memory of Android device.

out of memory Error while writing ByteArrayOutputStream in Android

I have a big problem, that I am reading 2^21 bytes from a video file which resides in Sdcard but when …

android out-of-memory android-memory bytearrayoutputstream
Does Android Studio has a memory analyzer tool like MAT in Eclipse?

Eclipse has a powerful memory analyzer tool: MAT. Does Android Studio have such a powerful tool, too ? p.s. I …

android android-studio android-memory
Android error: java.lang.OutOfMemoryError: bitmap size exceeds VM budget

I came across many questions in stackoverflow regarding this error but non of them found explaining a proper solution for …

android android-imageview android-image android-memory
Fragment's reference to mActivity becomes null after orientation change. Ineffective fragment state maintenance

My application consists of several fragments. Up until now I've had references to them stored in a custom Application object, …

android android-fragments android-lifecycle android-memory