Simple Todo App with Kotlin + AAC ViewModel + Room

This is sample project to make an app that has some functions below.

  1. initial Room
  2. create Todo and save it in Room
  3. show all Todos
  4. modify and delete Todos from Room