Skip to content

rbrauwers/news-app

Repository files navigation

News app (Android)

Android application that displays news and its sources.
The implementation follows app architecture principles, such as modularization, dependency injection, single source of truth, etc.

android_native_16_jan_24.mp4

How it works

Data is fetched from the News API, stored locally, and observed by UI.

Setup

Create an API Key and place it at local.properties:

newsApiKey=YOUR_API_KEY

Stack

Unit tests

  • Instrumental tests runs with Robolectric
  • Code coverage is generated with Kover
  • To generate coverage report, run ./gradlew koverHtmlReportDebug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages