This is probably because a lack experience with both Java and Android development, but I'm looking for a way to fetch a RSS feed over the internet and parsing it, so I can display a list of entries in my app.
A lot of Googling showed me a lot of different results, but all of the suggested solutions seems incredibly large and I don't seem to get the general idea of these large systems.
Downloading a couple of samples supplied me with 3 or more (up to 16) .java files that I had to implement into my project just to fetch and parse an XML file - this seems highly overkill to me, but maybe thats the only way to go?
In short - is there no simple way of doing each of these things?