Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.88 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.88 KB

Newscom

Newscom

A simple and easy to use news app entirely written in Kotlin using MVVM architecture, Databinding, RxJava, Dagger.

Update - The app now uses the latest Android Jetpack Libraries and is built according to modern design practices.

  1. Kotlin Coroutines - For making network calls and running asynchronous code without blocking the UI Thread
  2. Android KTX - For using Kotlin extension functions such as viewModelScope()
  3. Room - To manage data for offline cache
  4. WorkManager - To run background tasks periodically for fetching latest news

The latest code is present in the branch mvvm_coroutine_offline

Get it on Google Play

Screenshots

Libraries used:

  1. RxJava2: https://github.com/ReactiveX/RxJava
  2. Dagger2: https://github.com/google/dagger
  3. Retrofit2: https://github.com/square/retrofit
  4. Glide: https://github.com/bumptech/glide
  5. Gson: https://github.com/google/gson