I came across porting existing J2ME game to Android platform. Re-usability of Code Chunks helps in faster Dev.
Instant Conversion from JAR to APK
There is one site in which you upload your J2ME MIDP (jad) and get converted Android APK in 5 Seconds !! Website keeps one copy of converted .APK on Server ! Netmite | Get APK Try it out.
In this post 'm sharing the stuffs i used :
- Get the Bridge : J2ME to Android Bridge | Download
- Setup Eclipse workspace: Workspace setup
- Example : Worm Game Example - J2ME to Android
- Re-use your j2me code in Android project !
- UI : write UI in Android, porting of many J2ME Widgets to Android is problematic, I recommend to write your own UI Code instead of reusing, as Bridge is not mature yet.
- Logic Stuff : reuse J2ME code here..
No comments:
Post a Comment