How to run BlackBerry application in Background

巧了我就是萌 提交于 2019-12-06 15:12:59
BBdev

Background Application is a kind of process so you should extend Application instead of extending Uiapplication . In your main class implement all your code. You can also see this StackOverflow question for an example: Blackberry - Running Background Application

Ashish Agarwal

RIM has posted an article about running applications in background on their support forum:
Make a running UI application go to the background and resume in the foreground

You can use Alternate Entry Points to make your application run in the background. Check the link below for assistance

http://docs.blackberry.com/en/developers/deliverables/23567/Always_on_1380986_11.jsp

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