Skip to content
/ Dexio Public
forked from deveshp007/Dexio

A todo app made using Room database following MVVM architecture

Notifications You must be signed in to change notification settings

itszechs/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