First of all, thank you for a good UI library. I have been playing with Demo app on SE K850i and it works fine except one thing: when demo app starts up one can see for about half a second 'white' full screen. Users do not expect white screens :) Is it possible not to show Canvas until all in-memory buffers/graphics gets allocated and initialized?
It seems that there is support for both LANDSCAPE and PORTRAIT screen orientation (as seen on your video) but I did not find any mentions on that in toolkit documentation. Is it done automatically by toolkit lib? Can developer control screen orientation himself?
First of all, thank you for a good UI library. I have been playing with Demo app on SE K850i and it works fine except one thing: when demo app starts up one can see for about half a second 'white' full screen. Users do not expect white screens :) Is it possible not to show Canvas until all in-memory buffers/graphics gets allocated and initialized?
ReplyDeleteOne more question:
ReplyDeleteIt seems that there is support for both LANDSCAPE and PORTRAIT screen orientation (as seen on your video) but I did not find any mentions on that in toolkit documentation. Is it done automatically by toolkit lib? Can developer control screen orientation himself?
LWUIT has a screen size callback in form.
ReplyDeleteRotation should work when supported by the device, try using the latest SVN.
Hi, from where i can get this code of video form. Can it possible to programmaticaly lock the orientation of the application in LWUIT.
ReplyDelete