Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Can you help using Android Studio Code. Thanks Please implement a PIZZA ORDERING Android application. The UI should include the elements given in the sketch
Can you help using Android Studio Code. Thanks
Please implement a PIZZA ORDERING Android application. The UI should include the elements given in the sketch below. You need to provide all the functionalities in a similar layout in your app. Fill free to improve the design of this interface. Cheese 2x Cheese None Circle Pizza Square Pizza Pepperoni Veggies Mushroom Anchovies 0 Functionality: 1. Add 2 buttons to increase/decrease the number of items. The number is displayed in a textriew between 2 buttons. ( 20 points) 2. Add 2 button to the UI, "Place Order" and "Save Contact". 3. After completing the selection, push "Place Order" button, display the text summarizing the order using the Toast method. ( 60 points) 4. After typing name and phone number, push "Save Contact" button, display the name and phone number using the Toast method. (20 points) Implementation Requirements: 1. Use buttons to increase and decrease the number of items. 2. use checkbox for pepperoni, mushrooms, veggies, anchovies 3. Radio Button group for Cheese, 2x cheese, none 4. Radio button group for Square and Round Pizza 5. Test your application in the Emulator Below are some test case for the app. sou app should be able to generate a similar message, including number of items, selection of cheese, selection of shape, and checkbox selection. Cheese 2x Cheese None Circle Pizza Square Pizza Pepperoni Veggies Mushroom Anchovies cheese 2x chease ( None Circle Pizza O Scuare Pizza Pepperoni Veggies Mushroom Anchovies 2 2 pizzas, Square Pizza sith no cheese, pepperoni, mushroom, veggies PlzzaOrder Enter Name Enter Phone Chesa Ze Cheese O None Circle Piza O Square Pizza Pepperonl Veggies Mushronm Anchovics
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started