matshofman / Android-RSS-Reader-Library

A RSS reader library to fetch a RSS feed from the web and parse it to workable objects
303 stars 95 forks source link

Added author field to RssItem and removed the RssFeed field #15

Open heliofvj opened 9 years ago

heliofvj commented 9 years ago

Just added a field to RssItem to obtain the article's author name. Also, removed the the RssFeed field which would cause some issues when serializing a RssItem object.