Hi guys,
I want to know all Symbian APIs can be accessed by J2ME, So is there any documents list all these APIs, or is there any body know them.
Advance Regards,
Mohammad
Hi guys,
I want to know all Symbian APIs can be accessed by J2ME, So is there any documents list all these APIs, or is there any body know them.
Advance Regards,
Mohammad
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
J2ME Polish has a quite extensive database of functionnalities available by device.
In principle, the supported JSR-list for each device in the Forum Nokia device specs tells you that:
http://www.forum.nokia.com/devices/matrix_all_1.html
And an overview of the supported Java APIs is available in FN WIki
http://wiki.forum.nokia.com/index.ph..._Nokia_devices
But you were asking Symbian APIs, in general there is no Java Native Interface (JNI) in Java ME, so you have to live with what Java APIs the platform provides for you. The J2ME API Bridge provides some extensibility on Symbian, though (via local HTTP connections)
http://wiki.forum.nokia.com/index.ph...idge_Interface
Hartti