Android and J2ME

后端 未结 4 1363
一向
一向 2021-01-06 07:55

Can anyone please clear my doubt regarding the query that does Android Programming has anything to do with the J2ME?

Does Android Development comes under J2ME Platfo

4条回答
  •  失恋的感觉
    2021-01-06 08:13

    Also you may want to look at MicroEmulator http://microemu.blogspot.ru/2009/08/converting-javame-applications-to.html, it provides J2ME CLDC/MIDP wrappers for Java SE and Android, so basically you can write a midlet and pack it with MicroEmu to run on Android. But it will limit your app to J2ME UI which is quite weak, no comparison with Android. CodenameOne (former LWUIT mentioned in other answer) is a best choice for a cross-platform solution if you need to cover J2ME, Blackberry, Android, iOS and Windows Phone. But if you do not need to support J2ME and Blackberry, there are other solutions too (Xamarin, Marmelade, PhoneGap)

提交回复
热议问题