|
|
|
Unified Communication for your Biz
Improve your contact center performance. See how you can make a difference.
Watch Now
|
Reach the ICT Community
Engage and build your ICT audience with CIOL online advertising.
Know more
|
|
| Tips to create UIs for mobile devices |
|
The Light Weight User Interface Toolkit from Sun is a UI library that lets J2ME developers create intuitive UIs for mobile devices |
| Rahul Sah |
|
|
| Friday, August 29, 2008 |
|
|
|
The Light Weight User Interface Toolkit (LWUIT) is a UI library from Sun Microsystems that comes as a respite to J2ME developers as now they can have a tool to create interfaces that would be portable across different devices and rendered in a same manner.
About LWUIT
LWUIT is a compact API for creating attractive application user interfaces for mobile devices. It has always been a challenge for a developer to create rich cross device applications using J2ME, since every handset vendor has his own interpretation for the specs provided by Sun for J2ME classes. This has resulted in implementation differences of fonts, layout, menus, etc. for an application that made the application look and behave differently on different devices. This happened mostly for application interfaces on Connected Limited Device Configuration (CLDC)/ Mobile Information Device Profile (MIDP) based devices. The Lightweight UI Toolkit was developed to address these issues.
The Lightweight UI Toolkit makes it very easy to create richer UIs that look and behave the same on all devices using a programming paradigm similar to Swing. This Toolkit is able to run on CLDC1.1 MIDP2.0/CDC PBP/SE.
LWUIT provides features like screen transitions, themes, and richer looks to user interfaces that's based on Swing like model, which has several layouts, menus, animation and rendering effects along with event handling support. The toolkit also has a resource editor, which designers can use to design the look and feel of the interface. Also it can be used to design the themes for the device.
|