Top "Android-memory" questions

android-memory is generally Runtime Memory of Android device.

What are advantages of setting largeHeap to true?

I have an application with large number of classes & also many libraries are included, I am setting android:largeHeap="…

android android-memory android-largeheap
What is the maximum amount of RAM an app can use?

I am quite curious about this question concerning the memory management of the Android operating system so I hope for …

android memory memory-management out-of-memory android-memory
android.view.InflateException: Binary XML file line #2: Error inflating class <unknown>

I am developing a simple app. Just finished the home screen. If the orientation changes more than two times, it …

android android-emulator android-memory
Saving to SD card as text file

stopWriting = (Button) findViewById(R.id.save); stopWriting.setOnClickListener(new OnClickListener() { @SuppressLint("SdCardPath") public void onClick(View v) { // stop recording the …

java android save android-sdcard android-memory
How to get the minimum Hardware requirements for an android application

I and some team members developed an android application which collects data on field with mobile. Now this application is …

android android-hardware android-memory
adb shell dumpsys meminfo - What is the meaning of each cell of its output?

I was looking at the output given below for the command adb shell dumpsys meminfo com.imangi.templerun However, I …

android shell adb android-memory
Release Memory of Particular Activity when it is Destroyed

I have a launcher Activity that load and resize big bitmap as it's background when it opens. Whenever hit the …

android android-studio out-of-memory android-bitmap android-memory
Android app reason of large RAM usage and how to reduce

When I launch and exit my app several times its RAM usage increases reaching over 500 mb. When I checked memory …

android android-memory
read and write files to removable sd card

How to read and write files to removable sd card in Android? I want to store Android Id in Text …

android android-memory