Quantcast
Channel: How much memory should a typical android application use? - Stack Overflow
Browsing all 6 articles
Browse latest View live

Answer by Midhun Krishna for How much memory should a typical android...

You can get the memory usage of your android application with the following command:Assuming you have adb in PATH:adb shell dumpsys meminfo com.<your.package>To see live updation of memory in...

View Article



Answer by Timmmm for How much memory should a typical android application use?

Android apps are constrained to a certain amount of memory. As it's quite (insanely?) low, I think you shouldn't feel guilty about using all of it!The limit is 16 MB on very old devices, 24 MB or 32 MB...

View Article

Answer by Rakshi for How much memory should a typical android application use?

you can check the application memory usage in application mananger, you can check it in the link

View Article

Answer by Win Myo Htet for How much memory should a typical android...

you might want to take a look at this one. How do I discover memory usage of my application in Android? Or simply try ActivityManager.getMemoryInfo()

View Article

Answer by Rajdeep Dua for How much memory should a typical android...

You can use DDMS > Allocation Tracker to track memory usage and Heap Allocation for your apphttp://developer.android.com/resources/articles/track-mem.htmlTo Track the overall memory of a PID you...

View Article


How much memory should a typical android application use?

I have developed a file parsing application on the android platform. How do I check how much memory my application is actually using up ? I tried the adb shell cat /proc/meminfo command but this does...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>