Skip to content

swatikulkarni123/todo

Repository files navigation

TODO List App with Notifications

Kotlin Room Database Android Notifications

This is a simple TODO list app developed in Kotlin that utilizes the Room Database library to manage tasks. It also includes a notification feature to remind users of tasks at specific dates and times.

Features

  • Create, read tasks.
  • Store tasks locally using the Room Database for persistence.
  • Schedule notifications for tasks with specific due dates and times.
  • Receive notifications to remind you of upcoming tasks.