Java ME is based on different APIs (JSR) available in mobile devices, apart from the configuration (like CDC or CLDC) and the profile (like MIDP or Personal Profile).
You have to be sure that the device the MIDlet is running on has the API before using it. You can check over platform information, for example for Series 40 or S60, to find which JSRs are available.
There are two standards defined to reduce fragmentation, grouping many of the APIs in one platform name:
Many APIs are specific to some vendor or operator. In this category, we can find:
There are 82 JSRs defined in JCP about Java ME. Many of them are still in draft and will be available in future devices and some were deprecated. The list of Java ME JSRs is http://jcp.org/en/jsr/tech?listBy=1&listByType=platform
The most common additional APIs found on mobile devices are:
No related wiki articles found