This is a standard TODO application( My first 'solo' project in android).
ARCHITECTURE PATTERN USED - MVVM
TECHNOLOGIES AND LIBRARIES USED-
- Programming language - Kotlin
- Room persistance library- To interact with the sqlite database and persist data.
- Dagger-hilt- For dependency injection
- Kotlin coroutines- For doing operations with the database.