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.
- 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.