Bada OS中的定时任务
有没有提示Bada OS是否支持定时任务?
例如,应用程序A设置了计时器或时间表,然后应用程序A被暂停或关闭。当计时器到期时,应用程序将被调用并继续。
可能的 ?或任何替代方案?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在巴达你不能这么做。
一次只能运行一个 bada 应用程序。如果您启动另一个,第一个几乎会被杀死(它在任务管理器中可见,但如果您单击它 - 它就像您从菜单中运行它一样启动)。
因此,无法在后台将应用程序作为典型服务运行。
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.
谢谢。
看来唯一的解决方法是用 HTML 编写一个 Widget,然后使用 setTimeout 来触发周期函数。
谢谢。
Thanks.
It seems that the only workaround is to write a Widget with HTML, then use setTimeout to trigger period functions.
Thanks.
这样的功能直到 SDK 1.1 才可用。近期有一项条件启动计划。
Such a feature is not available until SDK 1.1. There is a upcoming conditiona launch plan for near future.