What is the distinction between MIDP and JME?
How do both relate to Android? As far as I understand JME isn’t supported on Android – is that correct?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MIDP stands for Mobile Information Device Profile. JME refers to Java Micro Edition and is a striped down version of the Java (standard edition) API suitable for mobiles and embedded devices.
The Android OS and accompanying Dalvik VM, handles “full Java”*, that is, it is not a stripped down version of the API as Java ME is.
A related question is found here: Moving to Android from J2ME
* As @synic points out, the Android OS does not provide Swing/AWT for instance.