Table des matières

JavaME (Java Micro Edition)

<note>Tags: MIDlet - MIDP - CLDC</note>

Using Forms and Items in MIDlets

APIs

Record Management System (RMS)

RMS: This Java tip explains RMS Record Management System for storing persistent data. A record store consists of a collection of records which will remain persistent. The RMS API abstracts the device-dependent details of the storage area and access to those details, and it provides a uniform mechanism to create, destroy, and modify data. This ensures portability of MIDlets to different devices.

MMAPI

Prendre une photo : http://www.informit.com/articles/article.aspx?p=375708&seqNum=4

Source example at Nokia.com:

Javadoc: http://download.oracle.com/docs/cd/E17412_01/javame/config/cldc/opt-pkgs/api/mm/jsr135/

Location (JSR-179)

J2ME (JSR 179) is a set of generic APIs that can be used for developing location-based services.J2ME location APIs provide mobile applications with information about the device's present physical location and orientation in lattitude-longitude-altitude, and support the creation and use of databases of known landmarks, stored in the device.

Voir aussi:

Some source codes:

Opensource MIDlet:

A voir: