Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 438 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 438 Bytes

NewsFeed

This app implements MVP architecture along with Rxjava, dagger2, Material Design to fetch news feed from newsapi.org

Project Structure

1. data: It contains all the data accessing and manipulating components.

2. di: Dependency providing classes using Dagger2.

3. view_presenter: View classes along with their corresponding Presenters.

4. utils: Utility Classes