Changes

Jump to: navigation, search
no edit summary
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:
<presource lang="java">
public MyScreen()
{
setTitle("Contact List");
}
</presource>
1.7. Now the new elements can be added to the screen object.
1
edit

Navigation menu