Changes

Jump to: navigation, search

Lab BlackBerry Example

262 bytes added, 22:41, 26 February 2011
no edit summary
File->New->Others->BlackBerry Project
 
''Note: If you want really to learn how to build a BB app, then in the wizard choose the Empty Application option.''
 
The structure of BB project will be defined, but as the level on code generation, one will get only an empty Java app, with a code similar with this:
<source lang="java">
}
</source>
 
--------
 
'''Step 3.'''
 
When the constructor of the MyApp class is defined, the graphical objects must be build.
 
Thus, ''_screen'' object will be an instance of a ''Screen'' class. The ''_nextScreenButton'' object will be an instance of ButtonField class.

Navigation menu