Difference between revisions of "BlackBerry Concepts"
(1) |
(→Building your first Java Application for BlackBerry) |
||
Line 16: | Line 16: | ||
|- | |- | ||
− | | [[File:3bb.png|left|600px]] || | + | | [[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 21:18, 21 February 2011
Main Page · Course Description · Course Topics · Schedule, Students, Teams · Course Resources · Course Projects
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 |
---|---|
Install, Configuration, Check | |
BlackBerry Java Plug-in for Eclipse | |
Goals of Hello World Application:
|