There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
In this app, we will build a to-do list app that stores tasks in an SQLite database and can be searched and filtered by the user. For this, we will use an MVVM architecture and the latest Android APIs and Kotlin language features, like Coroutines & Flow, Room, Jetpack DataStore, and Dagger Hilt.