March 2002
Intermediate to advanced
400 pages
8h 44m
English
Command Processing
Command-Processing Scenario
Screen Navigation
Command Organization
At this point, you know how to organize the UI of a basic MIDP application. In any MIDlet more complicated than the first contrived example you saw, you have to define multiple screens. The application moves from screen to screen in response to user input from the keypad, soft keys, or function buttons of a typical mobile device.
To build more complex applications, you need to learn how the MIDP accommodates user input and does event processing. This chapter covers the MIDP's high-level API, which defines the abstractions that accommodate handling high-level application events.
The high-level API is the first of two APIs for MIDP ...
Read now
Unlock full access