Popularity
2.5
Growing
Activity
0.0
Stable
82
3
26

Description

Android To-Do MVVM Architecture App written in Kotlin.(ViewModel, ROOM, Livedata, Coroutines)

Programming language: Kotlin

MVVM-To-Do-App alternatives and similar packages

Based on the "Kotlin" category.
Alternatively, view MVVM-To-Do-App alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MVVM-To-Do-App or a related project?

Add another 'Kotlin' Package

README

MVVM-To-Do-App

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