I have a program that monitors the charge/battery (if plugged in or not) and will start a shutdown timer when the power is removed. Used for in car system that will turn on and off with the car.
The service starts at boot in the background and everything works. When I click on the app for the first time after the tablet starts, it doesn't load Main. I just get a blank screen. If I back out of the app and re-open, Main loads.
In the Starter tab, line 130 is where I was trying to load Main when the app is opened for the first time. I think it's a work around, I'm trying to understand the flow of the system as a whole and wondering why Main doesn't load. What I've done to stop it from loading.
Log
** Service (starter) Create **
** Service (starter) Start **
^during boot
** Service (starter) Start **
^opening app for the first time
The service starts at boot in the background and everything works. When I click on the app for the first time after the tablet starts, it doesn't load Main. I just get a blank screen. If I back out of the app and re-open, Main loads.
In the Starter tab, line 130 is where I was trying to load Main when the app is opened for the first time. I think it's a work around, I'm trying to understand the flow of the system as a whole and wondering why Main doesn't load. What I've done to stop it from loading.
Log
** Service (starter) Create **
** Service (starter) Start **
^during boot
** Service (starter) Start **
^opening app for the first time