Skip to content

ToDoReminder is a simple TODO app that uses the modern Android Tech to remind you of your work using notifications.

Notifications You must be signed in to change notification settings

SSong-develop/ToDoReminder

Repository files navigation

ToDoReminder

TodoReminder is a small TodoApp based on modern Android application tech-stacks and MVVM architecture.

Tech stack & Open-source libraries

  • Kotlin based , Coroutines + Flow for asynchronous

  • Hilt - for dependency injection

  • JetPack

    • Lifecycle - dispose of observing data when lifecycle state change
    • ViewModel - UI related data holder
    • Room - construct a database using the abstract layer
    • WorkManager - background work for Notification , delete previous task
  • Architecture

    • MVVM - (View - DataBinding - ViewModel - Model)
  • CustomView

    • SelectableShadowPositionView
    • CustomizableSpinner
    • CalendarPicker

MAD Score

Preview

Coming Soon

About

ToDoReminder is a simple TODO app that uses the modern Android Tech to remind you of your work using notifications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages