Skip to content

A todo app made using Room database following MVVM architecture

License

Notifications You must be signed in to change notification settings

deveshp007/Dexio

Repository files navigation

Dexio

A small demo application based on modern Android application tech-stacks and MVVM architecture.
This project is for focusing especially Room persistence library


UI Inspired from Dribbble

Download

Go to the Releases to download the latest APK.

Tech stack

  • Minimum SDK level 21
  • Kotlin
  • Coroutines
  • JetPack
    • Lifecycle - dispose of observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
  • MVVM Architecture
  • Room database