Code for the Advanced Android Kotlin Testing Codelab 5.1-5.3
TO-DO Notes is an app where you to write down tasks to complete. The app displays them in a list. You can then mark them as completed or not, filter them and delete them.
The codelabs in this series are:
You should be familiar with:
- The Kotlin programming language, including Kotlin coroutines and their interaction with Android Jetpack components.
- The following core Android Jetpack libraries: ViewModel, LiveData, Navigation Component and Data Binding.
- Application architecture, following the pattern from the Guide to app architecture and Android Fundamentals codelabs.