BlackBerry Concepts

From CDOT Wiki
Revision as of 22:18, 21 February 2011 by Jordan.anastasiade (talk | contribs) (Building your first Java Application for BlackBerry)
Jump to: navigation, search


Building your first Java Application for BlackBerry

This is a practical introduction of steps for building a BlackBerry apps using Eclipse IDE. (Alan Wong - January 13, 2011).


Steps Actions
1bb.png
Install, Configuration, Check
2bb.png
BlackBerry Java Plug-in for Eclipse
3bb.png
Goals of Hello World Application:
  • run the application by adding it to the event dispatcher
  • create a Screen and push it onto the Screen stack
  • specify the title of a Screen
  • display text on the screen using a RichTextField
  • display a dialog box when the user closes the application