views:

586

answers:

3

Hi, 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.

regards, s.kumaran.

+4  A: 

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.

karim79
+4  A: 

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.

Prashast
thanks for ur suggestion.
Kumar
A: 

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

QuickRecipesOnSymbianOS