/Inventory-App

An app uses database to store item's name, quantity and price. Then you can edit or sell the item as you want. Ps. Learnt from Android-Basics-Kotlin powered by Google.

Primary LanguageKotlinApache License 2.0Apache-2.0

Inventory App

Introduction

This app is an Inventory tracking app. Demos how to add, update, sell, and delete items from the local database. This app demonstrates how to use Room to save, read, update, and delete inventory items in a SQLite database using Android Jetpack component [Room].

App Screenshots