Tag: battery

January 25, 2016

Android – Getting Battery Information

We have many apps on play store which gives battery information along with many other CPU informations such as CPU-Z, CPU X etc. In Android, one can easily obtain the battery information at any point in time using the BatteryManager class . It  contains several strings and constants used for values in the ACTION_BATTERY_CHANGED Intent. Android Developers can display these values using an appropriate Views in […]