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.
UrlFeedNewsProvider
does not save news source information. We should saveFeedItem
in storage so that we can show information about the source.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.