You are on page 1of 1

1 2 3 4 5 6 7 8 9 10 11

MIDP 2.0 Packages java.io java.lang java.util javax.microedition.io javax.microedition.lcdui javax.microedition.lcdui.game javax.microedition.media javax.microedition.media.control javax.microedition.midlet javax.microedition.pki javax.microedition.rms User Interface Package The UI API provides a set of features for implementation of user interfaces for MIDP applications. The Game API package provides a series of classes that enable the development of rich gaming content for wireless devices. Persistence Package The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it. Application Lifecycle Package The MIDlet package defines Mobile Information Device Profile applications and the interactions between the application and the environment in which the application runs. Networking Package Classes for the Generic Connection framework. Audio Package The MIDP 2.0 Media API is a directly compatible building block of the Mobile Media API (JSR-135) specification. This package defines the specific Control types that can be used with a Player. Public Key Package Certificates are used to authenticate information for secure Connections. Core Packages Provides classes for input and output through data streams. Provides classes that are fundamental to the Java programming language. Contains the collection classes, and the date and time facilities.

1 javax.microedition.lcdui 2 javax.microedition.lcdui.game

1 javax.microedition.rms

1 javax.microedition.midlet

1 javax.microedition.io

1 javax.microedition.media 2 javax.microedition.media.control

1 javax.microedition.pki

1 java.io 2 java.lang 3 java.util

You might also like