I am trying to create my first Android application and I'm not all that experienced with Java development. In short, the application needs to do the following:
- On click, fetch a RSS feed online
- Parse it for data
- Show the data
- Can you provide me a link to a good XML parser class (that is included in the Android SDK)
- Provide me with an example of its use.
- An example of how the feed would get fetched from the Internet (curl? or something internal?)
- (Bonus) Tips and hints on how this would be best achieved.