I'm developing an android application where in it, I want to get the running process or app list. I kinda found a way to do using activitymanager. but what I don't know is on how to get the processor and memory used per that process. does any one know how I can achieve this goal.
the code to get the running processes is,
I get all the running app processes from the above code. please help me to get the values for each an every process in the list.
thank you.