开发者

Java ME Dynamic UI Toolkit

开发者 https://www.devze.com 2023-03-14 23:10 出处:网络
Is 开发者_JAVA技巧there a UI toolkit for Java ME that I can use to generate UI elements on the fly, based on, for example, JSON or XML that I send to the device by way of a web service pull?Multiple U

Is 开发者_JAVA技巧there a UI toolkit for Java ME that I can use to generate UI elements on the fly, based on, for example, JSON or XML that I send to the device by way of a web service pull?


Multiple UI frameworks available for Java-me application. But i suggest LWUIT framework is good. 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. For more info see this 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


For simple applications with a minimal footprint, try Thinlet JME. For more complicated GUIs, check out this list. Also consider going with HTML, mobile phone browser are getting better every day.

Note that if you want stuff like this to work in practice, you'd want a script engine also.

0

精彩评论

暂无评论...
验证码 换一张
取 消