i found one example App for creating Rss Reader using lwuit,the example app url is
i have gone through the code ,but in this Example there is no Midlet creation and somme of the classess below classes are not found in lwuit jar file
import com.sun.lwuit.io.NetworkEvent;
import com.sun.lwuit.io.NetworkManager;
importcom.sun.lwuit.io.services.RSSService;
import com.sun.lwuit.layouts.BoxLayout;
import com.sun.lwuit.list.DefaultListModel;
Can any one guide me to execute this example app successfully on my device?
You can obtain all
com.sun.lwuitsource code from an svn checkout. Url https://svn.java.net/svn/lwuit~svn Take a look at LWUIT_1_5 root folder.