Skip to content

The goal is to design and create the structure of an Inventory App which allows a store to keep track of its inventory of products. The app stores information about price, quantity available, supplier, and a picture of the product.

License

Notifications You must be signed in to change notification settings

cvbutani/StockControl

Repository files navigation

Stock Control - MVP MODEL

Overview

The goal is to design and create the structure of an Inventory App which allows a store to keep track of its inventory of products. The app stores information about price, quantity available, supplier, and a picture of the product. The project is part of Nanodegree program on Udacity.

Helpers

  • Room Persistence Library
  • Camera Intent
  • Alert dialog
  • CRUD operations
  • Coordinator layout
  • Toast
  • BaseColumns
  • Floating Action Button
  • App Executors
  • Recycler View
Gradle dependencies
implementation 'com.android.support:design:27.1.1'
implementation 'android.arch.persistence.room:runtime:1.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.1'

Features

  • Add new products
  • Edit exisiting products
  • Delete exisiting products
  • Send an email to supplier to order more products with one click
  • Consume quantity on homescreen

UX DESIGN

About

The goal is to design and create the structure of an Inventory App which allows a store to keep track of its inventory of products. The app stores information about price, quantity available, supplier, and a picture of the product.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages