I have a very specific request. I am building an app where I keep track of date/time (count down) until the next scheduled event. This all works fine.
My problem is I need to either quit the app, but leave a timer running in the background, then periodically check to see if the event (date/time) is at hand. Or minimize the app (move the app to the background) and keep track of the time periodically to wake, then bring the app back to the foreground.
The process would be similar to an alarm clock app. I need to know how to:
I cannot find anyone who can help with this. Can anyone recommend a resource (documentation, training, etc), that would help me accomplish this? I can and will write a small demo app if needed, but at the moment, I just need some direction on resources on how to accomplish this. I have to believe this can be done, but I am at a loss on how to do it and have been unable to find any resources to accomplish this.
Any help is greatly appreciated.
My problem is I need to either quit the app, but leave a timer running in the background, then periodically check to see if the event (date/time) is at hand. Or minimize the app (move the app to the background) and keep track of the time periodically to wake, then bring the app back to the foreground.
The process would be similar to an alarm clock app. I need to know how to:
Suspend the app (move to the background).
Have the app keep track of the time where it is at in the process.
Bring the app to the foreground once I reach the date/time of the event.
I cannot find anyone who can help with this. Can anyone recommend a resource (documentation, training, etc), that would help me accomplish this? I can and will write a small demo app if needed, but at the moment, I just need some direction on resources on how to accomplish this. I have to believe this can be done, but I am at a loss on how to do it and have been unable to find any resources to accomplish this.
Any help is greatly appreciated.