Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.55 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.55 KB

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