1

Is it possible to get the amount of memory taken by an (any) application on an Android device (internal storage & SD card) via the Android SDK (programmatically)? If it's possible - how it can be done?

yossico
  • 3,421
  • 5
  • 41
  • 76
  • 2
    possible duplicate http://stackoverflow.com/questions/4065149/android-get-app-size http://stackoverflow.com/questions/1806286/getting-installed-app-size – Georgy Gobozov Oct 22 '13 at 13:35

2 Answers2

-1

open the DDMS perspective (just know it for Eclipse for sure), then choose the

System information -Tab

and there you can see the CPU-Load or the Memory-Usage in realtime.

bofredo
  • 2,348
  • 6
  • 32
  • 51
-2

Yes. It is possible. In the Emulator, Go to Settings-->Apps. Then you will see the list of apps with the memory size. You can also see the free space of internal storage.

Dinesh Kumar
  • 1,173
  • 7
  • 19
  • 30