I have made application in j2me using lwuit and successfully built on S60 3d edition FP2, now to make wide compatibility i want to make build for Symbian^3, so is it possible?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Yeah its possible. Because LWUIT supports both touch and non touch mobiles and no need to change the code for this. AFAIK you have to check following steps,
Just test the LWUITDemo application from repository on symbian s60 3rd editon and symbian^3 mobiles. Then you can find the what are all the changes have to do. Also look on this wiki information about Symbian. |
|||||
|
|
You should be able to use the same jar file on the Symbian^3 devices, unless some of the APIs have changed. At least this was true for S60 5th edition, I've never used j2me on Symbian^3 myself. |
|||
|
|