tags:

views:

11

answers:

2

Is there any hint whether Bada OS supported scheduled task ?

E.g. App A set a timer or schedule, then App A is suspended or closed. When the timer is expired, the application would be called and proceed.

Possible ? or any alternative ?

A: 

You can't do that in bada.

There can be only one bada application running at a time. If you start another one, the first one is pretty much killed (it's visible in task manager, but if you click on it - it just starts like you ran it from the menu).

So there's no way to run an app as a typical service in background.

Jakub Gocławski