Changes

Jump to: navigation, search
no edit summary
1.2. Launch Eclipse.<br/>
1.3. Create New BlackBerry Project : ''File -> New -> BlackBerry Project'':<br/>
[[ Image: BB_createProj.jpg | 400px600px]]<br/>
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'': <code>'''MyApp.java'''</code> that extends ''UiApplication'' class and <code>'''MyScreen.java'''</code> that extends ''MainScreen'' class.<br/>
1.6. In <code>MyScreen.java</code> class set the title of the application: <pre> public MyScreen() { // Set the displayed title of the screen setTitle("Contact List"); } </pre>1.7.
1
edit

Navigation menu