/Android-Basics-Inventory-App

Android store inventory app

Primary LanguageJavaMIT LicenseMIT

Android-Basics-Inventory-App

A Mock store inventory app

Project Overview

This project is a chance for you to combine and practice everything you learned in this section of the Nanodegree program. You will be making an app to track a store's inventory.

The goal is to design and create the structure of an Inventory App which would allow a store to keep track of its inventory of products. The app will need to store information about price, quantity available, supplier, and a picture of the product. It will also need to allow the user to track sales and shipments and make it easy for the user to order more from the listed supplier.

    - Storing information in a SQLite database
    - Integrating Android’s file storage systems into that database
    - Presenting information from files and SQLite databases to users
    - Updating information based on user input.
    - Creating intents to other apps using stored information.

Here is link to Gitlab repo (updated to run in 2024)

...Store Inventory Gitlab Repository