Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.45 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.45 KB

NoteIt

A simple notes application built using modern android development tools (kotlin, jetpack compose, mvvm, room, navigation compose, flow, coroutines)

Built with

  • UI built with Jetpack Compose.
  • MVVM architecture with repository pattern.
  • Single activity, with different screens implemented as composables.
  • Navigation between screens using Navigation Compose.
  • Flow , StateFlow , SharedFlow , coroutines for asynchronous operations and UI state update via viewmodels.
  • Data persistence with Room persistence library

Screenshots

All notes

New note

Edit note

Note cover image

Note list

Note colors

Note color change