Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 814 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 814 Bytes

Daftar

A simple notes and tasks application for the Android platform. Supports Night mode. Follows the concept of "Single Activity". Architectural pattern (MVVM). Adding or updating a task includes setting a date and a time and an optional setting for alarm for the task.

Tech used

  • Room database
  • Data binding
  • View binding
  • Navigation component
  • Safe Args
  • RecyclerView and DiffUtil
  • Animations
  • ViewModels
  • LiveData
  • kotlin coroutines

This app is divided to 2 parts

  • Tasks
  • Notes

Screenshots

Tasks list Preview Tasks list Preview Add task Preview