Difference between revisions of "BlackBerry Concepts"

From CDOT Wiki
Jump to: navigation, search
(1)
(Building your first Java Application for BlackBerry)
Line 16: Line 16:
  
 
|-
 
|-
| [[File:3bb.png|left|600px]] || links to be defined here
+
| [[File:3bb.png|left|600px]] || 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
  
 
|}
 
|}

Revision as of 22:18, 21 February 2011


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