This is the implementation of an Android application with a flexible and maintainable architectural design that shows the top news headlines from BBC using https://newsapi.org.
- 100% Kotlin
- Clean Architecture
- MVVM
- Flows and Coroutines
For getting news, put the API key that you get from https://newsapi.org in the local.properties file:
apiKey="YOUR_API_KEY"