NotesApp

About Notes App:

Notes app is used for making short text notes, updating when you need them, and trashing when you are done. It can be used for various functions as you can add your to-do list in this app, some important notes for future reference, etc. The app is very useful in some cases like when you want quick access to the notes. Likewise, here let’s create an Android App to learn how to create a simple Notes app.

Concepts used:

  • Jetpack Compose
  • LiveData
  • ViewModel
  • Navigation

Features:

  • Home
  • Details
  • Add Note
  • Delete Note
  • Update Note
  • Search Note

Screenshots

Screenshot (394)
Screenshot (395)
Screenshot (396)

GitHub

View Github