Skip to content

ShirwaM/Simplistic-RSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplistic-RSS

This is a very simple RSS library for Android. Supports extracting the url of images if they are present. Its still very early, but it will continue to get better with updates.

Sample App Screenshot

Usage

Create an RssReader by passing in the url of the RSS feed

RssReader rssReader = new RssReader(url);

Get a list of all the items that have been extracted from the Rss feed

ArrayList<RssItem> RssItems = rssReader.getItems();

Customization

*If you want to add a new attribute to the Rss item, edit the RssItem class to contain getters/setters for the specific attribue.

*Then follow basic outline in the RssHandler class.

About

This is a very simple RSS library for Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages