create an android mobile battery checker using android studio which features are: 1) The app should display the current
Posted: Mon May 09, 2022 6:28 am
create an android mobile battery checker
using android studio
which features are:
1) The app should display the current accurate battery
level.
2) The app should be able to monitor/understand if the
battery is connected to the charger (ie: indicate if charging is
happening).
3) The app should trigger warning alerts and
notifications when the battery is very low.
4) The app should be able to display a warning sign when
the battery is overcharged (over 100% charged).
5) The battery level indicator (percent/bar, etc.)
should show the exact value.
6) The application should be able to monitor and report
abnormal charge loss.
please write all steps and write the
comments on the java code.
using android studio
which features are:
1) The app should display the current accurate battery
level.
2) The app should be able to monitor/understand if the
battery is connected to the charger (ie: indicate if charging is
happening).
3) The app should trigger warning alerts and
notifications when the battery is very low.
4) The app should be able to display a warning sign when
the battery is overcharged (over 100% charged).
5) The battery level indicator (percent/bar, etc.)
should show the exact value.
6) The application should be able to monitor and report
abnormal charge loss.
please write all steps and write the
comments on the java code.