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.

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.