https://github.com/josancamon19/inventory_app
Inventory App, the last project for Android Basics Nanodegree by Google
https://github.com/josancamon19/inventory_app
android inventory-app sqlite-android udacity udacity-android-basics-nanodegree
Last synced: 30 days ago
JSON representation
Inventory App, the last project for Android Basics Nanodegree by Google
- Host: GitHub
- URL: https://github.com/josancamon19/inventory_app
- Owner: josancamon19
- License: other
- Created: 2018-04-25T04:04:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T01:07:21.000Z (about 8 years ago)
- Last Synced: 2026-01-26T17:50:53.040Z (5 months ago)
- Topics: android, inventory-app, sqlite-android, udacity, udacity-android-basics-nanodegree
- Language: Java
- Homepage:
- Size: 1.16 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Inventory App
This app is the last project for the Udacity Android Basics Nanodegree by Google
## 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.
## Why this project?
In the most recent portion of the Nanodegree program, you learned about data storage in Android, using both 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.
## What will I Iearn?
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.
## Screens
 

## Android Basics Nanodegree by Google
[![udacity][1]][2]
[1]: ../master/images/logo2.png
[2]: https://www.udacity.com/course/android-developer-nanodegree--nd803
## License
Copyright 2018 Joan Cabezas
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.