Notes is a application to store, view, update and delete the data Which is store in mobile device for short term .
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. Prerequisites
- Android Studio Giraffe | 2022.3.1 Beta 4
- Kotlin - programming language used for project
- ROOM Data base use to do store, retrieve, update, and delete the data
- db: It contains all the data accessing and manipulating components.
- ui: It containes all the user interface screens.
- utils: Utility classes.