[android-developers] Re: Porting JavaME Midlet to android.

2009-01-29 Thread tauntz
You may want to take a look at MicroEmulator or J2ME runner. They are both projects aimed at running J2ME applications on Android without any (significant) rewrite. http://microemu.blogspot.com/2008/11/running-java-me-applications-on-android.html and http://www.netmite.com/android/index.html Tau

[android-developers] Re: Porting JavaME Midlet to android.

2009-01-29 Thread Daniel Janev
Hi Guys, I hope that in the next android release the DexFile (something like class loader) will work without any hacks. Having this "feature" will allow anyone to implement the MIDP/CLDC APIs over Android ones. Also having a simple backend system, which converts the Java classes into Andr

[android-developers] Re: Porting JavaME Midlet to android.

2009-01-29 Thread sblantipodi
I'll simply abandon this unuseful platform :) Android serves only to create other fragmentation... On Jan 28, 7:49 pm, Noonien Soong wrote: > You will be able to use java code that does not access any of the J2ME > APis. > You will have to recode most of the System-related stuff. > > I think wh

[android-developers] Re: Porting JavaME Midlet to android.

2009-01-28 Thread Noonien Soong
You will be able to use java code that does not access any of the J2ME APis. You will have to recode most of the System-related stuff. I think what you should do is take a step back and take a look at the notepad example if you haven't already. Really go though it step by step. Then start playin