Porting an application from LWUIT to CodenameOne

I have 3 applications developed in LWUIT using the resource editor and adding more functionality with Netbeans. I want to transfer them to codenameone. What is the best way to do this?
I see that the navite Componentsfrom LWUIT has an equivalent Componentin the code name, but the J2ME methods and classes should now be ported to J2SE, right?
Also changed methods in StateMachineBase. showForm()for example does not exist. What are the further changes to StateMachineBase?

thank

+5
source share
1 answer

Start by creating a new Codename One project, and then simply copy the source / resource files and correct the import statements.

API MIDP ( J2SE), API , . showForm , , .

Codename One , , MIDP/RIM/Android. .

+4

All Articles