I already developed Rss feed reader application in j2me java using kxmlParser,
for one rss xml file(if i read one xml ,my code should be executed and list screen should be displayed) Now i want to apply the same code to 5 rss xml files(i.e i need to read one by one xml files) How can it possible in j2me?any help?
If you can parse one xml at a time:
If you need to parse all xmls at the same time
First approach is slower but will run with less memory and is simpler to implement.