You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Android application built using Kotlin and Android Architecture Components. The app allows users to manage their tasks by adding, updating, and deleting tasks. It utilizes RecyclerView for displaying tasks, Room database for data persistence, and ViewModel for managing UI-related data and business logic.