can this code in the following link
http://j2mesamples.blogspot.in/2009/03/start-application-using-pushregistry.html
be converted to LWUIT format?
Because I created a sender application in LWUIT format, and now, I don't want the receiver to be in LCDUI. And one more thing I need to admit, I am totally new to mobile app development, LWUIT found to be very impressive so, I went with it.
What I have tried for converting that code in the link above:
changed .setString
to .addComponent(new Label(""))
and "alert" to "dialog"
but "Displayable resumeScreen;" seems give me problems, I never used this in lwuit, what I used to do was display.init(this);
in the place of the display.setcurrent(alarm);
Can someone please help me to convert the code completely to LWUIT?