To Do List Application
Todo list application is a simple and compact app where you can set reminders. The tasks are categorized such that the user can view tasks on priority basis.
Techstack and Open Source libraries
- Kotlin Coroutines for asynchronous operations.
- Retrofit2 to make HTTP calls to the REST API.
- Material Components to display Material Design Components.
- Android Jetpack
- DataBinding
- LiveData
- Navigation Component
- Room for storing tasks locally
- ViewModel
- Hilt for Dependency Injection
Features
- Add reminder for your task
- View them in different categories: Active, Today, Later, Completed
- Edit Tasks
- Search Tasks
- Add note for each task
- Reminder via notifications
- Dark and Light theme
Screenshots