dear all.
i install micro emulator in my nokia N900 and running mig33 application.
can u guyz plz tell me how to change in portrait mode and resize the best display?
thx
Current SWT UI target didn't provide native controls translation from MIDP to SWT. All the MIDP controls are rendered inside the Canvas.
I think better option would be start from scratch, but reuse the existing Android device layer as a starting point which is well written and actively maintained.
...
I see, thanks for the clarification, only had a really short glance at it.
So we then basically start in a clean repository and start to put things together based on the Android UI code base?
Be warned, I have no experience with the Android UI yet.
So we then basically start in a clean repository and start to put things together based on the Android UI code base?
Be warned, I have no experience with the Android UI yet.
Existing microemu-javase-swt module is a good place for the SWT UI development. First this module content should be cleared and the next step would be to copy all the files from microemu-android module. The real work will start from that point