Kamila Brito
Kamila Brito

Reputation: 198

Tizen webapp - Background service after app closed

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

Answers (1)

Paul S.
Paul S.

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

Related Questions