An App with Modern UI to follow up your Task's To Do. Created and structured using Room Database and Android Architecture Components.
Splash Screen | Empty To-Do List | Add New To-Do List | Home Screen (with Tasks) |
---|---|---|---|
Search across your List | Update To-Do List | Filter tasks with priority | Delete All Tasks |
---|---|---|---|
- Built with Kotlin + Android Studio using android's MVMM Artichecture Components.
- App uses the Room Database for more Robust data access over SQlite.
- The Splash Screen of the app has been implemented using Lottie Animations.
- Search Query across the Room Database
- Update Data
- Add new notes/task to Database
- Delete All notes/tasks at once from the database
- Swipe Left to Delete a particular task
- Filter or Sort the tasks/notes on the basis of Priority (i.e. Either Low or High)