Skip to content

This an android application which is used to save notes.

Notifications You must be signed in to change notification settings

Chetan-Satone/Notes

Repository files navigation

Notes

Notes is an android application which is used to save notes. It demonstrates the use of MVVM architecture, Live Data, Room. It stores the data in an SQLite database using the room architecture component. Connected Dao with repository and create a Singleton Room Database.

Built with

  • Kotlin - Programming Language used in App.
  • Recycler View - To Display data in a list format.
  • Live Data - Used to observe the data on the UI layer
  • ViewModel - To Store UI-related data that isnt destroyed on UI changes.

ScreenShot

photo_2023-09-04_23-42-59

photo_2023-09-04_23-42-57

photo_2023-09-04_23-42-55

photo_2023-09-04_23-43-02

photo_2023-09-04_23-43-04