Skip to content

An app which allows a store to keep track of its inventory of products

Notifications You must be signed in to change notification settings

PackHg/Udacity-ABND-Inventory

Repository files navigation

Inventory App

Screenshots

This is my app for the Inventory App (v1) project. It's part of the Udacity Android Basics Nanodegree.

What is it about?

  • 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 the name, quantity available and a picture of the product.
  • As such, this app reads and write product data from and to a SQLite database table thanks to the product Content Provider and Contract.
  • It uses RecyclerView instead of ListView.

Keywords

Android app development, User input, SQLite database, RecyclerView, Adapter, ContentProvider, Contract

This app is for educational purpose and learning Android development.

IDE

  • Android Studio 3.0.1

Tested with

  • Hardware devices: Samsung SM-G935F (Android 7.0, API 24), LGE Nexus 5 (Android 6.0.1, API 23).

License

Copyright (C) 2017 Pack Heng

Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files 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.

About

An app which allows a store to keep track of its inventory of products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages