开发者

Is it possible to create a daemon-like process in Blackberry?

I am curious to know whether it is possible to write a regular blackberry UI application that can create a daemon process that:

  1. Runs in the background
  2. It has no UI and no icon in the task list which user can switch to
  3. It can interact with the main application (with UI) in a secure way

Is this at all pos开发者_JAVA百科sible? If yes what is the best way to write such an app?


Yes, it is possible. You can, for example, create your background application by inherting from Application and then use RuntimeStore to communicate with the UI application.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜