What's the J2ME UI library you recommend?
Lot of UI framework available for developing j2me application. But i suggest LWUIT framework. LWUIT offers advanced UI capabilities and a clean API that is inspired by Swing. You can develop your own theme and animated screens by using LWUIT ResourceEdit. See the LWUIT blog.
You can download latest LWUIT from this repository or you can use latest release of LWUIT version 1.4 available. LWUIT supports Blackberry, Android and Symbian OS.
For more info see this links for your reference,
Introduction of LWUIT
Building theme for LWUIT
I have used LWUIT in a mobile application, even for BB devices, this framework was quite good. Also, AFAIK, it supports touch screen devices.
Also, it comes with a bundled toolkit, which helps you configure framework, animations, layouts, localization and so on.
I decided to use J2ME Polish.
Along with LWUIT seem to be the best options. The reason why I'm using Polish instead of LWUIT is because supports CLDC 1.0 and LWUIT doesn't.
精彩评论