MobileICP2 - Nikii1118/Web-Programming- GitHub Wiki

Nikita Goyal

Class ID-10

TASK-1


My Pizza: Pizza ordering app

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

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

b. Add two more options for the toppings.

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

d.When clicked on the 'SUMMARY' button, the summary should display in a new activity in a List View

e. When clicked on the '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 followsNote:

Use Image, Button, Spinner, Checkbox, Radio Views, and Relative/Linear Layouts for completing the task.

And include an appropriate icon for the app

CODE:


sumary

order_button

only_order

OUTPUT


Pizza order icon is highlighted in Red

pizza_order

App view

piza_app2

pizza_App21

Summary view

pizza_App3

Order view

pizza_app_order1

Pizza_app4