It's a simple Android Task Reminder App that is capeble to creat the remider depeans on the date and time. And it has also capebalility to remind user about his scheduled tasks and at the given time the usr can the notification at exact time.
- Kotlin - First class and official programming language for Android development.
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- LiveData - Data objects that notify views when the underlying database changes.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
-
- Workmanager - WorkManager is an API that makes it easy to schedule deferrable, asynchronous tasks that are expected to run even if the app exits or the device restarts.
- Material Components for Android - Modular and customizable Material Design UI components for Android.