/News

Primary LanguageKotlin

Welcome to the News Android project

Summary

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.

Key Features

  • 100% Kotlin
  • Clean Architecture
  • MVVM
  • Flows and Coroutines

How to use

For getting news, put the API key that you get from https://newsapi.org in the local.properties file:

apiKey="YOUR_API_KEY"