10th Project for Android Basics Nanodegree by Google
- The app contains a list of current products and a button to add a new product.
- Each list item displays the product name, current quantity, price and contains a Sale Button that reduces the quantity by one.
- The app has a Detail Layout/Edit Layout wich displays the remainder of the information stored in the database. It also contains buttons that increase or decrease the product quantity. The Layout contains a button to order from the supplier The button sends an intent to an email app to contact the supplier using the information stored in the database. In the Layout menu there is a button to delete the product record entirely.
- The delete button prompts the user for confirmation and, if confirmed, deletes the product record entirely and sends the user back to the main activity.

