ganeshp511 / NotesApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotesApp

This is a simple notes app that allows you to add, edit, and delete notes. It uses a ROOM database to store the notes.

Features

  • Add notes
  • showing notes in RecyclerView staggered grid layout
  • update notes
  • delete notes
  • search notes

Parts

  • prerequisites and XML Design
  • Room Database (Entity, DAO, Database) handled by Repository with ViewModel for communication
  • Adapter and ViewModel
  • Fragments with Navigation Component

Fragments

  • AddNoteFragment
  • EditNoteFragment (delete and update notes)
  • HomeFragment (show and search notes)

Resources

About


Languages

Language:Kotlin 100.0%