Todo App Built with Kotlin

Todo
Screenshots
Light Mode
Dark Mode
Used Technology
- Kotlin
- Data Binding – Declaratively bind observable data to UI elements.
- LiveData – Build data objects that notify views when the underlying database changes.
- ViewModel
- Room – Access your app’s SQLite database with in-app objects and compile-time checks.