I am pretty new to iphone development, can any body guide me through with some APIs and libraries which be used for:
- RAM usage
- CPU usage
in iPhone
need to do something like this app
I am pretty new to iphone development, can any body guide me through with some APIs and libraries which be used for:
in iPhone
need to do something like this app
I just come across this link and I didn't go through in details but It might help you lot.
Let me know if this is something you want.
For Battery usage you can implement this notification
UIDeviceBatteryLevelDidChangeNotification
I am not sure about CPU and Ram usage.