mahmoudelfouly / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%