hossain-khan / android-daily-headlines

An app that provides daily headlines from popular news source.
MIT License
6 stars 1 forks source link

[Core] Save `FeedItem` object so that it can be shown when user wants to. #223

Open noorejannat opened 6 years ago

noorejannat commented 6 years ago

UrlFeedNewsProvider does not save news source information. We should save FeedItem in storage so that we can show information about the source.

NOTE: UserSourceAddContract only takes URL and Name, so only these 2 can be required, rest is optional.

When user is navigating news source, there may be (i) info icon on the action bar. Tapping on it should allow user to see the news source information and go to their website.