mobile icp2 - PardhaSaradhi74/Web-and-Mobile-2020-summer GitHub Wiki

NAME

RAMINENI,PARDHA SARADHI

CLASS ID

38

Source Code:

https://umkc.box.com/s/ozrztfw97yhvtf549cdlihjsjbhj3n2a

In Class Programming:

My Pizza: Pizza ordering app

1.Understand the starter code given for ordering coffee and make asimple mobile application to order a pizza with the following requirements.

a.The main activity should look as below (make suitable changes for pizza ordering app!).

b.Add two more options for the toppings.

c.Create the 'ORDER' and 'SUMMARY' buttons besideto each other.

d.When clicked on 'SUMMARY' button, the summary should display in a new activity in a List Viewe.When clicked on 'GO TO ORDER' button, the screen should navigate back to order screen

f.When clicked on 'ORDER' button, an option to send an email with the summary of the order should be displayed as follows

ANSWER))

In this icp I have created a pizza app in which it contains three phases.In the first one i have created homepage for the pizza ordereuing app and when you click on order now it redirects to ordering page that contains three toppings which is a checkbox button and it contains two options summary and order and when you click on summary is redirects to the summary and when you click on order it redirects to the gmail and the order can be placed and mail is sent to the customer.