karankumar2003 / Scribbles-MVVM-

Keep your notes organized and always at hand with this simple and intuitive Note App. Save your thoughts quickly and easily, and delete them when you're done, It follows the MVVM architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scribbles

Capture your thoughts and stay organized with this easy-to-use note-taking app.
This is a simple Note App built in Android using Kotlin that allows users to save notes using Room database and display them in a RecyclerView.

Features

  • Save notes with a title and description
  • Display all notes in a RecyclerView
  • Delete notes you no longer need

Libraries Used

  • Room - for database management
  • RecyclerView - for displaying notes in a list
  • LiveData - for observing changes in the database
  • ViewModel - for managing UI-related data in a lifecycle-aware way

Getting Started

About

Keep your notes organized and always at hand with this simple and intuitive Note App. Save your thoughts quickly and easily, and delete them when you're done, It follows the MVVM architecture


Languages

Language:Kotlin 100.0%