Question

As for as I know that android application can be developed in core java only. But is it possible to code android with J2ME? Please give some example codes if possible.

Was it helpful?

Solution

Download Android J2ME MIDP RUNNER:

This is a Android J2ME MIDP RUNNER so that ANY J2ME or MIDP applications can run without modification.

So theoretically, you just create your J2ME application and that will ensure that it runs.

OTHER TIPS

I would suggest using the Android framework to create applications for it. The J2ME runner is a work in progress and will always be a work in progress. Google is not going to ensure that this J2ME project is supported in future releases and it may just stop working with any firmware update.

Keeping this issue aside, you are better off using the vastly different and better application elements that Android provides than being restricted to what is provided using this J2ME runner.

The open source license of www.microemu.org seems to indicate that you can even include its code into a commercial application.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top