Skip to content
/ Newscom Public

A simple and easy to use news app written entirely in Kotlin using Android Jetpack libraries

Notifications You must be signed in to change notification settings

ansh94/Newscom

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages