Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 781 Bytes

File metadata and controls

24 lines (17 loc) · 781 Bytes

Simple Inventory App Room Database

A simple inventory app built with Jetpack Compose for Android doing CRUD operations, It's using the Room library to utilize a SQLite database.

AppSs

Features

  1. Add, update and remove inventory items
  2. Display a list of inventory items
  3. Navigate between screens
  4. Simple and intuitive design
  5. Store list items in a persistent database

Technologies Used

  1. Jetpack Compose for UI.
  2. Kotlin for programming language.
  3. Android Studio for development.

Installation

  1. Clone the repository to your local machine.
  2. Open the project in Android Studio.
  3. Build and run the app on an emulator or physical device.