Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I already developed Rss feed reader application in j2me java using kxmlParser,
对于一个 rss xml 文件(如果我读取一个 xml,我的代码应该被执行并应该显示列表屏幕)现在我想将相同的代码应用于 5 个 rss xml 文件(即我需要一个一个地读取 xml 文件)如何可以在 j2me 中使用吗?有什么帮助吗?
如果您一次可以解析一个xml:
如果需要同时解析所有的xml
第一种方法速度较慢,但运行时内存更少,并且更易于实现。