Skip to content

Pxddy/NoteStash

Folders and files

NameName
Last commit message
Last commit date
Mar 14, 2025
Jan 13, 2025
Mar 14, 2025
Feb 22, 2025
Oct 29, 2023
Mar 30, 2025
Sep 21, 2022
Jan 7, 2023
Sep 21, 2022
Sep 1, 2023
Apr 13, 2023
Feb 27, 2025
Jul 13, 2024
Feb 27, 2025
Jan 1, 2023

Repository files navigation

NoteStash

NoteStash a minimalistic note taking app.

This project is just a simple playground to play around with some topics related to Android development like:

  • Model–View–Viewmodel (MVVM) architecture
  • Kotlin Coroutines
  • Dagger hilt
  • Android Navigation Component
  • Room
  • Android Paging library v3 (I know it's kinda overkill for this app, but I wanted to try it out)
  • DataStore
  • Material Design 3
  • Android Espresso Ui tests
  • Junit5
  • CI with Github Actions