Skip to content

Conhan93/Todo

Repository files navigation

Todo

Simple project to familiarise myself with Android.


Simple todo app that lets you create todo apps with a title and simple description, as well as adding and mananing reminders for the individual todos, launching notifications at the set reminder date and time.

App is built with a simple MVVM architecture with the UI view layer built with
Compose. The view model layer interacts with Android notification and alarm systems via a notifications service, using intents and receivers. The data layer uses a simple room database to store todos and reminders, is also used to restore lost notifications on boot.

Libraries Used


Images


Planned

  • Rework notification system to let you set weekly reminders instead of one-shot alarms
  • Redo the UI for a slightly less garish look
  • Improve app architecture

Releases

No releases published

Packages

No packages published

Languages