how we can add LWUIT in android application?

六眼飞鱼酱① 提交于 2019-12-04 16:56:52

LWUIT is a library that works on MIDP.

It is possible to get lwuit running on android through the use of the Activity class. Although no official port exists.

An official Blackberry port does exist. and instructions can be found here: http://lwuit.blogspot.com/2009/11/building-project-on-blackberry.html

There already is (for quite a while now) a native LWUIT port for Android contributed by community member Thorsten Schemm with instructions here: http://www.pader-sync.com/lwuit-for-blackberry-and-android.html

This port is fully open source under the same license as LWUIT and available in the LWUIT incubator project here: http://lwuit-incubator.java.net/

There are several commercial applications deployed based on this port to Android, it allows creating an Activity and binding it just like any other activity.

Android has its own UI library, concept and lifecycle. It is completely different to the MDIP UI concept.

To use LWUIT, it has to be ported to Android.

Also see: http://developer.android.com/guide/topics/fundamentals.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!