Answered step by step
Verified Expert Solution
Question
1 Approved Answer
USING ANDROID STUDIO JAVA GUI Create a Tip application titled Split the Bill. The apps main functionality is intended to split the bill when out
USING ANDROID STUDIO JAVA GUI
Create a Tip application titled "Split the Bill". The apps main functionality is intended to split the bill when out with friends at a very nice restaurant. Note: There are no wire frames or designs for this assignment. The main focus is on the input and output of the application, but I would like to see a little creativity in creating this application. 1 Project: Tip app - When the application starts the user will see a input/output activity with the title of the application "Split the Bill", an input field which requests the total bill amount, and a second input field asking for the number of individuals in the party. In addition, a spinner control asks about the quality of service and will display either Excellent, Average, or Poor. - Calculate a 22% tip for excellent service, 18% tip for average service, or a 14% tip for poor service. Divide the restaurant bill with tip included among the members of your party. Display the tip amount in the individual share of the bill. - Update the theme, implement a spinner component, use string arrays, and property hints. Also, add TextView's where needed. 2 Submit - Please submit Android Studio Exported zip file - Ensure you create a new android project - I should see two (2) screenshots submitted Create a Tip application titled "Split the Bill". The apps main functionality is intended to split the bill when out with friends at a very nice restaurant. Note: There are no wire frames or designs for this assignment. The main focus is on the input and output of the application, but I would like to see a little creativity in creating this application. 1 Project: Tip app - When the application starts the user will see a input/output activity with the title of the application "Split the Bill", an input field which requests the total bill amount, and a second input field asking for the number of individuals in the party. In addition, a spinner control asks about the quality of service and will display either Excellent, Average, or Poor. - Calculate a 22% tip for excellent service, 18% tip for average service, or a 14% tip for poor service. Divide the restaurant bill with tip included among the members of your party. Display the tip amount in the individual share of the bill. - Update the theme, implement a spinner component, use string arrays, and property hints. Also, add TextView's where needed. 2 Submit - Please submit Android Studio Exported zip file - Ensure you create a new android project - I should see two (2) screenshots submitted
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