With my old pebble watch I used a MultiTimer app which allowed multiple simple count down timer. I'm really missing this app on my vivoactive hr and haven't found anything like it in the store, so I'm thinking about writing one myself.
One of the most important requirements of this app would be that it is able to be active in the background and generate an alarm when a timer expires. This should be possible regardless of the currently active app, very much like the builtin timer app is working.
Now I need some advice if this is possible at all and how such an app should be set up. From what I've read and tried so far, a app with a background service seems to be a feasible way to do it. One thing that worries my is that the smallest timer interval of a background service is 5 minutes.
So, what would be the best way to make sure to bring the app into the foreground at a set time when a timer expires?
Thanks in advance for any pointers.
Bernd