hossain-khan / android-daily-headlines

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

Feature/refactor model classes #217

Closed hossain-khan closed 6 years ago

hossain-khan commented 6 years ago

[ADDED] NewsHeadlines data class to wrap the List<NavigationRow> with the news source. Previously it was hacked together when row was created.

Also did simplification of RX calls to get news.

[REFACTOR] Updated API and adapters to use the NewsHeadlines data model.