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.
- Room Persistence Library
- Camera Intent
- Alert dialog
- CRUD operations
- Coordinator layout
- Toast
- BaseColumns
- Floating Action Button
- App Executors
- Recycler View
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'
- 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