I need to support as many J2ME devices as possible with my app. Which UI toolkit would I have the most success with ?(disregarding the actual implementation differences between the two such as LWUIT having better Graphic/Architecture)
Thanks!
If you want most of the J2ME supported devices to run your app, You can use LCDUI. Although LCDUI can be used in a wide range of mobile devices, it is quite limited, and thus is best suited for low-end to mid-tier phones.
LWUIT ,on the other hand,works on almost all Java-me supported devices except a few old ones which do not support MIDP 2.0/CLDC 1.1
.