Skip to content

Inventory Management App that allows a store to keep track of its inventory.

License

Notifications You must be signed in to change notification settings

MichaelCollar/Android-Inventory-Management-App

Repository files navigation

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

About

Inventory Management App that allows a store to keep track of its inventory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages