Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 896 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 896 Bytes

NewsAppKotlin

An app which fetches news from an open source news api (https://newsapi.org), having offline persistence and auto download using Work manager.

ScreenShots

Tech Stack

  • Language : Kotlin
  • Architecture : MVVM
  • Retrofit : For Network calls
  • Coroutines : For background operations like fetching network response
  • Live Data : To notify view for change
  • Room Database : For offline persistence
  • Work Manager : To enqueue auto fetch data task
  • Dagger : For dependency injection