This is a simple Notes Application built using MVVM architecture, LiveData, Room database, and RecyclerView.
The Notes Application allows users to create, read, update, and delete notes on their Android devices. It uses the MVVM architecture, which separates the application logic into three layers: the View, ViewModel, and Model. LiveData is used for observing data changes, Room database for storing and retrieving notes, and RecyclerView for displaying the notes in a list.
- Create, read, update, and delete notes
- MVVM architecture for separation of concerns
- LiveData for observing data changes
- Room database for storing and retrieving notes
- RecyclerView for displaying notes in a list
- Android Studio 4.1.1 or higher
- Android SDK 21 or higher
To get started with the Notes Application, simply clone the repository and open the project in Android Studio. Build and run the application on an emulator or a physical device running Android SDK 21 or higher.