Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 865 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 865 Bytes

Notes

Notes is a application to store, view, update and delete the data Which is store in mobile device for short term .

Getting Started

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

Prerequisites

  • Android Studio Giraffe | 2022.3.1 Beta 4
  • Kotlin - programming language used for project

Packages Used for Project

  • ROOM Data base use to do store, retrieve, update, and delete the data

The app has following packages:

  1. db: It contains all the data accessing and manipulating components.
  2. ui: It containes all the user interface screens.
  3. utils: Utility classes.

Prerequisites - Software