Conhan93 / Todo

Simple todo app for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple todo app for Android


Languages

Language:Kotlin 100.0%