BlackBerry - How to add content to the Home Screen?

自古美人都是妖i 提交于 2019-12-19 04:50:18

问题


In the Windows Mobile world you can create a so-called Today plugin that adds content to the phone's main screen -- the one where you see the number of missed calls, unread sms and upcoming events. Is it possible to do something similar on the BlackBerry? I'd like to show some important info there, so that they are as visible and as easily reachable as possible.


回答1:


To provide some information on the Home Screen you can use App Icon:
Add a notification icon at the status bar in BlackBerry JDE 4.5.0
alt text http://img691.imageshack.us/img691/6459/icoupdate3.jpg Other thing available from RIM OS 4.6 if app indicator:
Blackberry - How to use notification icon in statusbar
alt text http://img198.imageshack.us/img198/3807/standardindicator.png




回答2:


These things are already displayed on the ribbon depending on the theme. If you want to create/modify a theme, use the Plazmic CDK.

There are two ways to put individual icons onto the ribbon (similar to icons like mail, calendar, address book, browser, maps, etc):

  1. channel push: easiest if the user is on a BES, now a way to do it for the non-enterprise people on BIS called WebSignals.
  2. write a midp or rimlet j2me application. Rimlet preferred unless you really need compatibility with other (non-RIM) j2me midp devices.
  3. OK, there is technically a third way, but I really don't think it's serious: MDS Studio.

All the tools are free but you may need a code signing key if you're writing a rimlet using a secure API.

http://na.blackberry.com/eng/support/docs/developers/?userType=21



来源:https://stackoverflow.com/questions/330940/blackberry-how-to-add-content-to-the-home-screen

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