Codename One - UITimer when the app is in backgroud or the smartphone is idle

这一生的挚爱 提交于 2019-12-04 16:33:41

The EDT doesn't run in the background so no UITimer no callSerially etc. If we did run the EDT we'd consume battery resources and the OS would kill the app so that isn't something you'd want.

What you are probably looking for is background music which is discussed in the background music section here.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!