Skip to content
/ ToDo Public

App that allow the users to post what they want to do and check it later when they are done. They can also assign a specific time for the task to do it, they can edit their posts and also delete it along with prioritizing it if they need.

Notifications You must be signed in to change notification settings

SomyahAA/ToDo

Repository files navigation

A To-Do application written in kotlin using Android Architectural components

Usage:

  • Kotlin - as a programming language.
  • AndroidX - Project uses androidx packages.
  • RecyclerView - to display the To Do list
  • ViewModel - Used to manage UI related data, Survives config changes.
  • LiveData - Lifecycle aware Observable data holder class.
  • Room - To persist user todo records
  • spinner - to dropdown To Do priority menu
  • Splash screen - display a first screen
  • Really simple to use, implement swipe listener.

Functionalities included:

  • Create Todo
  • Delete existing Todo
  • View/Update Todo
  • Add todo Priority
  • add To Do date

ScreenShots:

Screen Shot 1

Screen Shot 2

Screen Shot 3

Screen Shot 4

Screen Shot 5

Screen Shot 6

About

App that allow the users to post what they want to do and check it later when they are done. They can also assign a specific time for the task to do it, they can edit their posts and also delete it along with prioritizing it if they need.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages