Is there an Android API that provides CPU usage, memory usage to run the application? I would like to customize my processing in the application on the fly based on processor usage.
This question has already been answered here . You can also get the list using adbas follows:
adb
adb shell top -m 10