MVVM-To-Do-App

Introduction: Android To-Do MVVM Architecture App written in Kotlin.(ViewModel, ROOM, Livedata, Coroutines)
More: Author   ReportBugs   
Tags:

A To-Do application written in kotlin using Android Architectural components

What's new?

Room + Coroutines - Upgraded Room to v2.1. Room's DAO methods can now be suspend functions.
Koin Integration - A new branch Koin in Action created to demonstrate Koin dependency injection.

  • Kotlin - as a programming language.
  • ViewModel - Used to manage UI related data, Survives config changes.
  • LiveData - Lifecycle aware Observable data holder class.
  • Room - To persist user todo records
  • Coroutines - To query db in worker thread.
  • AndroidX - Project uses androidx packages.
  • Parcelize - App uses this koltin's experimental feature to convert Object into streams of bytes while passing from one activity to other.

Functionalities included:

  • Create Todo
  • Delete existing Todo
  • View/Update Todo
  • Search Todo list

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

Buy Me A Coffee

Apps
About Me
GitHub: Trinea
Facebook: Dev Tools