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 Todo app in MVVM Architecture in Kotlin using Jetpack Compose, Room, Coroutines, Flow , Data Store and Navigation Compose
It uses the latest Jetpack Compose libraries And methods For Build this app.
Some Of Insights of App is:
This is the Home screen of the application. On this screen you can see the tasks and the top bar has buttons to search for tasks, sort by priorities, etc. and you can delete them by swiping tasks horizontally.
This is Task Screen Which Appears When Person Clicks on a task or add button. You can create, Update or delete a task in this screen. each task you create has a title , description, priority and task color.