What We Changed
The book’s GitLab repository contains the entire result of having completed this tutorial. In particular, it contains the changed files:
build.gradle
app/build.gradle
app/src/main/java/com/commonsware/todo/repo/ToDoEntity.kt
app/src/main/java/com/commonsware/todo/repo/ToDoDatabase.kt
app/src/main/java/com/commonsware/todo/repo/TypeTransmogrifier.kt
app/src/main/java/com/commonsware/todo/ToDoApp.kt
app/src/main/java/com/commonsware/todo/repo/ToDoRepository.kt
Prev Table of Contents Next
This book is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license.