i am pretty new to Rss parsing concept. i am doing Xml parser in java platform for my mobile app. i have been able to parse Title, description and date,but the url for image is difficult to parse from rss. tag name might be different from rss to rss. if any one having idea of how to parse image or image url please guide me. Thanks for previous replies and valuable answers.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
SAX/DOM and other are limited in there activities.However you can use Jsoup.With this you can parse image url.I am not sure about the image itself.See here how to use jsoup in android |
|||
|
|