/simple-note-mvvm-room

This is my first Android App using Kotlin. I'm creating note app implementing MVVM and Room.

Primary LanguageKotlin

Simple Note App using MVVM Architecture

This app let you add, edit, delete notes, and store it locally on your phone.

This is my first Android app that uses Kotlin, I created this to:

  1. Learn Kotlin and leave Java
  2. Learn MVVM Architecture
  3. Learn Room
  4. Improve my clean code and code comments

Features that have been implemented:

  • Add notes
  • Edit notes
  • Delete notes
  • Delete all notes
  • A note consists of title, description, and priority

Screenshots

Dashboard

Edit note

Add note