What would be the easiest way to parse an rss feed? Are there any already done easy(fast to implement) methods out there?
All the posts I could find on the topic were many years old. Any new technologies out there that are worthy of attention? Or should I just make my own parser?
Edit: please link to a usage method/tutorial too 🙂
For bigger XML i would recomend a serial XML parser like
SAX– it’s build in: http://developer.android.com/reference/android/sax/package-summary.htmlFor examples just search in Google – there are milions out there: http://www.google.at/search?q=sax+android+tutorial