Difference between revisions of "Teams Winter 2011/team1/BlackBerry/Create BlackBerry Project"

From CDOT Wiki
Jump to: navigation, search
(Created page with '=== 1. Create BlackBerry Project === 1.1. Download and install BlackBerry Java Plug-in for Eclipse and the approptiate simulator. 1.2. Launch Eclipse. 1.3. Create New BlackBerry …')
 
Line 1: Line 1:
 
=== 1. Create BlackBerry Project ===
 
=== 1. Create BlackBerry Project ===
1.1. Download and install BlackBerry Java Plug-in for Eclipse and the approptiate simulator.
+
1.1. Download and install BlackBerry Java Plug-in for Eclipse and the approptiate simulator.<br/>
1.2. Launch Eclipse.
+
1.2. Launch Eclipse.<br/>
1.3. Create New BlackBerry Project : ''File -> New -> BlackBerry Project'':
+
1.3. Create New BlackBerry Project : ''File -> New -> BlackBerry Project'':<br/>
[[ Image: BB_CreateProj.jpg | 400px]]
+
[[ Image: BB_createProj.jpg | 400px]]<br/>
1.4. Specify a unique project name and package name and click ''Finish''
+
1.4. Specify a unique project name and package name and click ''Finish''<br/>
1.5. A new BlackBerry Project is created with two classes in src
+
1.5. A new BlackBerry Project is created with two classes in ''src'': <code>'''MyApp.java'''</code> that extends ''UiApplication'' class and <code>'''MyScreen.java'''</code> that extends ''MainScreen'' class.<br/>
 +
1.6.

Revision as of 08:03, 17 March 2011

1. Create BlackBerry Project

1.1. Download and install BlackBerry Java Plug-in for Eclipse and the approptiate simulator.
1.2. Launch Eclipse.
1.3. Create New BlackBerry Project : File -> New -> BlackBerry Project:
BB createProj.jpg
1.4. Specify a unique project name and package name and click Finish
1.5. A new BlackBerry Project is created with two classes in src: MyApp.java that extends UiApplication class and MyScreen.java that extends MainScreen class.
1.6.