ccrama / Slide-RSS

A simple to use RSS feed reader with a similar UI to Slide for Reddit. Still an idea at this point
GNU General Public License v3.0
13 stars 1 forks source link

Make FeedAdapter agnostic, Make DataSource an Interface #6

Closed ccrama closed 7 years ago

ccrama commented 7 years ago

Currently it needs a FeedFragment to initialize, but I would like to make it just take a DataSource as the data source, and then have the RealmList within the DataSource. This would allow for a "Search" system and a provided "Search" DataSource

ccrama commented 7 years ago

Done, now it's an interface and the FeedAdapter doesn't need a FeedFragment. It also takes the data from the DataSource interface