How to display RSS feed in app?

I don’t normally whine this much, but this problem is really painful.

I’ve been searching for an answer since 4 months and I still don’t know how to do this. I taught myself Android from square 1, but this is 1 problem I just can’t get around my head.

I’ve asked at least 20 questions on SO, half got down-rated, the other half got no answer.

I’ve checked at least half a dozen libraries, spent days to try and integrate it in my app, but nothing has ever worked.
These were the most promising ones:
https://github.com/matshofman/Android-RSS-Reader-Library

https://github.com/ahorn/android-rss

Took hours to integrate and I never felt real sorrow until I was unable to get anything to work.

If you know how to integrate an RSS feed in an app, please help me out! It’s the one thing that’s stopping my app from becoming the best in it’s field. I reckon I would retain twice as many users if I could just have this. A working example is all I need. I’ve never even seen ONE. I don’t how the News apps do it, it’s practically magic for me.
I just want a Listview that shows the title, on clicking and item the description opens up. The rest I can do myself. Any working example will do.

Please Help.

Nevermind!

After that little breakdown I googled for the last time and spotted this:
https://github.com/salendron/Simple-Rss2-Android

This worked absolutely perfectly! My app will now rule it’s field!