# How to easily handle RSS Feeds on Android with RSS Parser

DevFeed: [How to easily handle RSS Feeds on Android with RSS Parser](<https://devfeed.tech/articles/how-to-easily-handle-rss-feeds-on-android-with-rss-parser-25533.md>)

Original publisher: [Read original article](<https://www.marcogomiero.com/posts/2017/rss-parser-library/>)

Author: Marco Gomiero

Published: 2017-08-16T00:00:00Z

Content type: tutorial

Language: en

Sources: [Posts on Marco Gomiero](<https://devfeed.tech/sources/posts-on-marco-gomiero.md>)

Topics: [RSS Feed](<https://devfeed.tech/topics/rss-feed.md>), [RSS](<https://devfeed.tech/topics/rss.md>), [Android](<https://devfeed.tech/topics/android.md>), [Android Library](<https://devfeed.tech/topics/android-library.md>), [Parser](<https://devfeed.tech/topics/parser.md>), [Library](<https://devfeed.tech/topics/library.md>), [App](<https://devfeed.tech/topics/app.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Gradle](<https://devfeed.tech/topics/gradle.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [article](<https://devfeed.tech/tags/article.md>), [bug](<https://devfeed.tech/tags/bug.md>), [code](<https://devfeed.tech/tags/code.md>), [display](<https://devfeed.tech/tags/display.md>), [download](<https://devfeed.tech/tags/download.md>), [github](<https://devfeed.tech/tags/github.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [library](<https://devfeed.tech/tags/library.md>), [rss](<https://devfeed.tech/tags/rss.md>)

## AI overview

A tutorial for using the RSS-Parser Android library to download one or more RSS feeds and extract article metadata such as titles, descriptions, content, images, links, and publication dates. It also outlines the parser execution and error-handling callbacks.

## Source excerpt

Two month ago I have talked about YoutubeParser, an Android Library that I developed. Today I want to talk about RSS-Parser, another library that I wrote. This library allows you to easily download an (or multiple) RSS Feed in order to display it in your application. For every article it is possible to download the following information: Title Author Description Content Main Image Link Publication Date Here you can find an example of feed.