Reputation: 198
I'm developing an application that needs to set an alarm clock, the user enter the day and hour that it should play. I want to know if there is any kind of tizen "service" that keeps running in background even if the user close the application and if I can use it to implement this app as an WebApp.
Thank you!
Upvotes: 0
Views: 949
Reputation: 1573
You can use the Alarm and Application APIs to relaunch the app at some specified time.
You can also see the ExercisePlanner sample app which shows such usage.
Upvotes: 1