Share My Creation Charge me Reminder

Hello,

did you ever woke up with a empty phone?

this little app shows a notification when the battery level is below a adjustable setting at a given time.

So, put the time a little bit in front of your sleep time, and adjust the battery level in your comfort zone.

thats it, simple and efficient :D

screenshot.png eng.png

https://play.google.com/store/apps/details?id=charge.me.reminder
 

designer2k2

Member
Licensed User
Longtime User
Hello,

im using PhoneEvents:

B4X:
Sub PE_BatteryChanged(Level As Int, Scale As Int, Plugged As Boolean, Intent As Intent)
    BatteryLevel = Level
    BatteryCharging = Plugged

i gets the battery level and the state if its charging or not
 
Top