Tips for Developing interfaces using MIDP UI

I found this good article about MIDP UI giving some tips about developing user interfaces to JavaME Cellphones. The topics in this article are as follows:


  • The design of the MIDP UI API: covers the overall design of the LCDUI API, including the distinction between the high-level and low-level APIs. We introduce the common display and UI event models for all LCDUI Screen and Canvas classes.
  • The low-level API: covers the pixel-based API. We discuss how to draw on the Canvas and how to handle keypad events. A useful example illustrates how to add animation functionality to Canvas applications.

See it here.

0 comentários:

top