Android Basics: Data Storage(ud845) - Project
This app is designed 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.
In this module we learning about SQLite tables and file storage on the device. These skills let you build apps which are critical to small businesses worldwide. By practicing these skills and building this app, you will have the foundation to build similar apps for any kind of business.
This project is about combining various ideas and skills we’ve been practicing throughout the course. They include:
- 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.
Main Screen |
Edit Screen |
Item Added |
Drop Menu |