Scheduled Task in Bada OS

Is there any hint whether Bada OS supported scheduled task ?

Eg 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 ?


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.


Thanks.

It seems that the only workaround is to write a Widget with HTML, then use setTimeout to trigger period functions.

Thanks.


Such a feature is not available until SDK 1.1. There is a upcoming conditiona launch plan for near future.

链接地址: http://www.djcxy.com/p/18410.html

上一篇: Android到Bada

下一篇: 计划任务在Bada OS中