Android-Inventory-Management-App
Inventory Management App that allows a store to keep track of its inventory.
- Storing information in a SQLite database
- Using Content Provider
- Presenting information from files and SQLite databases to users
- Updating information based on user input
- Creating intents to other apps using stored information
Activities and features:
- "Add Inventory"
- "Product Details" (Product Name, Price, Quantity, Supplier Name, and Supplier Phone Number)
- "Edit Product"
- "A list of all inventory" from a MainActivity (with a SellButton that reduces the total quantity of the particular product)
- The functionality to pick a picture from the Gallery or take a New Photo
- Buttons that increase or decrease the available quantity
- Button for the user to contact the supplier via an intent to a phone app using the Supplier Phone Number stored in the database
- Options menu to edit or delete the product record