A simple Android App which fetches and displays the US Top news headlines
| Domain Layer | Presentation Layer | Data Layer |
|---|---|---|
| usecase | ui/view | data source, dto |
| repository interface | viewmodel | repository implementation |
| your library config(retrofit/room) |
This app uses NewsAPI to fetch news. Generate your own API_KEY from the website and configure the BASE_URL and API_KEY in local.properties.