Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 518 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 518 Bytes

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)