Chetan-Satone / Notes

This an android application which is used to save notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This an android application which is used to save notes.


Languages

Language:Kotlin 100.0%