Skip to content

Sample application with MVVM pattern using RxJava and Architecture Components

License

Notifications You must be signed in to change notification settings

dimkonomis/NewsSync

Repository files navigation

NewsSync

A sample, offline first, Android app written in Kotlin, which lists recent popular news around the world, based on user input. The app allows for multiple inputs and multiple lists which can be viewed offline. Lists get updated every 3 hours if the device is connected to network.

Summary

Libraries

  • Architecture components
    • LiveData
    • ViewModel
    • Room
    • WorkManager
    • Navigation
  • RxJava2
  • Dagger2
  • ThreeTenABP
  • JUnit
  • Mockito
  • Mockito-Kotlin

Usage

  • Clone this repo directly:
git clone https://github.com/dimkonomis/NewsSync.git

Coroutines

You can view the project's Coroutines version, instead of RxJava, on coroutines branch

Inspiration

This repo is inspired from DroidKaigi 2018

Releases

No releases published

Packages

No packages published

Languages