Skip to content

The android app for monitoring your tasks and plans

Notifications You must be signed in to change notification settings

ViktoriiaRoi/TaskPlanner

Repository files navigation

TaskPlanner

This is an android application for monitoring your tasks and plans

Features

  • Shows your tasks separately for each day
  • Navigate through days by arrows or choose date from calendar
  • Easily create, modify and delete tasks
  • Mark task as completed
  • Choose date, time, category and priority of task
  • Search through all your tasks by title or category
  • Choose convenient for you task sorting (by time or priority)

Implementation

This app is designed as MVVM architecture pattern

Model

  • Room - to save tasks in database
  • Kotlin flows - to manage queries to database

ViewModel

  • LiveData - to implement observable pattern

View

  • Navigation component - to navigate between fragments
  • Data binding - UI interaction

Demo

About

The android app for monitoring your tasks and plans

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages