站内搜索: 请输入搜索关键词
当前页面: 图书首页 > MIDP Style Guide for the Java 2 Platform, Micro Edition

MIDP Style Guide for the Java 2 Platform, Micro Edition

[ directory ] Previous Section Next Section

1.2 Consumer Products

It is important to consider the limited resources and particular input and output (I/O) mechanisms of a consumer device because they typically have less memory, smaller or lower-resolution displays, fewer colors, and different I/O mechanisms than personal computers. Software and hardware must be tightly integrated.

MIDP Implementors

Consider: Integrate your MIDP implementation with the device's user experience. For example, coordinate the colors on the display with the colors of the physical components (such as the plastics), and the shape of the buttons on the screen with the shape of the physical buttons on the device. Strive to make using a MIDP application seem like using a native application (a resident application already installed on the device).

    [ directory ] Previous Section Next Section