How can I use LCDUI from LWUIT app?

I want to use a standard alert dialog (like LCDUI) in an LWUIT application: lcdui Alert javadocs

How can I call these methods from the LWUIT form?

+3
source share
1 answer

LWUIT 1.5 Displayhas a method showNativeScreen.

I would not recommend doing this, although this is likely to cause some problems.

To return to LWUIT, just show Form.

+3
source

All Articles