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,
1つのrssxmlファイルの場合(1つのxmlを読み取ると、コードが実行され、リスト画面が表示されます)5つのrss xmlファイルに同じコードを適用します(つまり、1つずつxmlファイルを読み取る必要があります)。 j2meでそれは可能ですか?何か助けはありますか?
一度に1つのxmlを解析できる場合:
すべてのxmlを同時に解析する必要がある場合
最初のアプローチは低速ですが、より少ないメモリで実行され、実装が簡単です。