I want to create a battery indicator line over the status bar to indicate the usage of battery in an android app. What different android APIs should I be familiar with in order to get started. The APIs i have been through in android developers guide are:
- Battery Manager
- Monitoring the battery level and Charge state
P.S This does not require Custom ROM or Rooting the device.
Please help.