JME
- Overview
- Course Content
- Drop us a Query
Java Platform, Micro Edition, or Java ME, is a Java platform designed for embedded systems (mobile devices are one kind of such systems). Target devices range from industrial controls to mobile phones (especially feature phones) and set-top boxes. Java ME was formerly known as Java 2 Platform, Micro Edition (J2ME).
Java ME was designed by Sun Microsystems, acquired by Oracle Corporation in 2010; the platform replaced a similar technology, PersonalJava. Originally developed under the Java Community Process as JSR 68, the different flavors of Java ME have evolved in separate JSRs. Sun provides a reference implementation of the specification, but has tended not to provide free binary implementations of its Java ME runtime environment for mobile devices, rather relying on third parties to provide their own.
JME(Detailed Curriculum)
UNIT 1: Introduction
UNIT 2: Building MIDlets
UNIT 3: All about MIDlets
UNIT 4: Almost the Same Old Stuff
UNIT 5: Creating a User Interface
UNIT 6: Lists and Forms
UNIT 7: Custom Items
UNIT 8: Persistent Storage I: MIDP Record Store
UNIT 9: Persistent Storage II: File Connection and PIM API
UNIT 10: Connecting to the World
UNIT 11: Wireless Messaging API
UNIT 12: Bluetooth and OBEX
IT 13: Programming a Custom User Interface
UNIT 14: The Game API
UNIT 15: 3D Graphics
UNIT 16: Sound, Music, and Video: MMAPI
UNIT 17 Performance Tuning
UNIT 18 Protecting Network Data
Project