Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.13 KB

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