Closed hossain-khan closed 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.
NewsHeadlines
List<NavigationRow>
Also did simplification of RX calls to get news.
[REFACTOR] Updated API and adapters to use the NewsHeadlines data model.
[ADDED]
NewsHeadlines
data class to wrap theList<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.