Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 741 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 741 Bytes

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