A simple Todo List Application for Android
-
Switched to MVVM Architecture
-
Switched to Room instead of using SQLite directly.
-
Tasks will be displayed on the basis of priority.
-
User can also add an additional description to a task.
-
User can also delete a task by swiping.