MIDP 2.0
(New page: Category:MIDPCategory:MIDP 2.0 MIDP 2.0 (JSR -118) is an extension & enhancement of the MIDP 1.0(JSR-37).All the mobile phones that are coming today are MIDP2.0 specific phones. En...) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update - Add ArticleMetadata) |
||
| (14 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category:MIDP]][[Category:MIDP 2.0]] | + | {{ArticleMetaData <!-- v1.2 --> |
| − | MIDP 2.0 (JSR | + | |sourcecode= <!-- Link to example source code e.g. [[Media:The Code Example ZIP.zip]] --> |
| − | 1.0 | + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> |
| − | Enhancements from the MIDP 1.0 are: | + | |devices= <!-- Devices tested against - e.g. ''devices=Nokia 6131 NFC, Nokia C7-00'') --> |
| + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Qt SDK 1.1.4]) --> | ||
| + | |platform= <!-- Compatible platforms - e.g. Symbian^1 and later, Qt 4.6 and later --> | ||
| + | |devicecompatability= <!-- Compatible devices e.g.: All* (must have internal GPS) --> | ||
| + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | ||
| + | |signing= <!-- Signing requirements - empty or one of: Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20070315 | ||
| + | |author= [[User:Wang shui]] | ||
| + | }} | ||
| + | [[Category:Java ME]][[Category:MIDP]][[Category:MIDP 2.0]][[Category:Glossary]] | ||
| + | ==Overview== | ||
| + | MIDP 2.0 ([[JSR]] 118) is an extension and enhancement of the [[MIDP 1.0]]. All the mobile phones that are coming today are MIDP 2.0 specific phones. This devices also supports [[MIDP 1.0]] applications and games. | ||
| + | |||
| + | This profile usually run over [[CLDC]] 1.1. Older ones run over [[CLDC]] 1.0. | ||
| + | It is included in [[JTWI]] and [[Mobile Service Architecture (MSA)|Mobile Service Architecture]] standards. | ||
| + | |||
| + | ==Enhancements== | ||
| + | Enhancements from the [[MIDP 1.0]] are: | ||
| + | |||
*Security | *Security | ||
| − | |||
*Application signing | *Application signing | ||
| + | *Supports of audio playback | ||
| + | *Supports of fullscreen mode in [[LCDUI]] | ||
| + | *Includes [[Game API]] for game programming | ||
| + | *Supports HTTPS for secure connections | ||
| + | *Can work better with RGB images | ||
| + | *New controls and features for high level UI | ||
| + | *[[Push]] Architecture | ||
| + | Nokia adds MIDP 2.0 support from [[Series 40]] 2nd Edition, [[Symbian]] 2nd Edition, and [[Series 80]]. | ||
| + | Usually, we can find additional APIs installed on MIDP 2.0 devices, like [[MMAPI]] for Multimedia or [[Wireless Messaging API|WMA]] for messaging. See other APIs in [[:Category:Java ME APIs]] | ||
| + | |||
| + | ==Links== | ||
| + | [http://library.developer.nokia.com/index.jsp?topic=/Java_Developers_Library/GUID-5D55EA03-888E-437A-9498-82F606097B48_cover.html Nokia Java ME Developer's Library ] | ||
JCP specification: | JCP specification: | ||
http://jcp.org/en/jsr/detail?id=118 | http://jcp.org/en/jsr/detail?id=118 | ||
| − | |||
Sun java | Sun java | ||
| − | http://developers.sun.com | + | http://developers.sun.com/mobility/midp/articles/midp20/ |
| + | <!-- Translation --> [[pt:MIDP 2.0 (Português)]] | ||
Latest revision as of 13:42, 18 July 2012
Article Metadata
Overview
MIDP 2.0 (JSR 118) is an extension and enhancement of the MIDP 1.0. All the mobile phones that are coming today are MIDP 2.0 specific phones. This devices also supports MIDP 1.0 applications and games.
This profile usually run over CLDC 1.1. Older ones run over CLDC 1.0. It is included in JTWI and Mobile Service Architecture standards.
Enhancements
Enhancements from the MIDP 1.0 are:
- Security
- Application signing
- Supports of audio playback
- Supports of fullscreen mode in LCDUI
- Includes Game API for game programming
- Supports HTTPS for secure connections
- Can work better with RGB images
- New controls and features for high level UI
- Push Architecture
Nokia adds MIDP 2.0 support from Series 40 2nd Edition, Symbian 2nd Edition, and Series 80.
Usually, we can find additional APIs installed on MIDP 2.0 devices, like MMAPI for Multimedia or WMA for messaging. See other APIs in Category:Java ME APIs
Links
Nokia Java ME Developer's Library
JCP specification: http://jcp.org/en/jsr/detail?id=118
Sun java http://developers.sun.com/mobility/midp/articles/midp20/

