/hackerNews-Android

Hacker News Android Client with Kotlin, Jetpack Compose, Coroutines, Flows, MVVM, Room for offline caching

Primary LanguageKotlin

hackerNews-Android

minimal android client for news.ycombinator.com, made as a test implementation for kotlin flows (the implementation using compose is under compose-impl branch)

Tech Stack:

  • Kotlin
  • Jetpack Compose
  • Android Architecture Components
  • MVVM architecture
  • Coroutines + kotlin Flows
  • Dagger Hilt
  • retrofit + moshi converter
  • Room (Db Caching)