Mobile ICP 2 - TondiToday/CSEE5590 GitHub Wiki

The Video URL can be found in the following location: https://vimeo.com/334822715

Introduction

A simple android application to help order coffee. The focus of the application are the ORDER and the SUMMARY functions on the home page. To help ORDER your coffee and SUMMARY to view your order summary.

Home Application

Using the function below we calculate our total order https://github.com/TondiToday/CSEE5590/blob/master/ICP%209/CreateOrderSummary.PNG

Email

We can email our order using the ORDER button, coming to the this screen with the order information https://github.com/TondiToday/CSEE5590/blob/master/ICP%209/EmailOrder.PNG This is the function which creates the email order https://github.com/TondiToday/CSEE5590/blob/master/ICP%209/SubmitOrder.PNG

Summary

We can view the order summary using the SUMMARY button, coming to this screen https://github.com/TondiToday/CSEE5590/blob/master/ICP%209/OrderSummary.PNG


This is an overview of the summary Intent https://github.com/TondiToday/CSEE5590/blob/master/ICP%209/SummaryIntent.PNG