Question
Create a Project called TipCalculator. The main activity layout should contain one EditText, three buttons, and one TextView (Figure 3.10). The first button should
Create a Project called TipCalculator.
The main activity layout should contain one EditText, three buttons, and one TextView (Figure 3.10).
▪ The first button should be labeled 15% and take the amount entered in the EditText, and calculate 15% of that value.
▪ The second button should be labeled 18%. Take the amount entered in the EditText and calculate 18% of that value.
▪ The third button should be labeled 20% take,e the amount entered in the EditText and calculate 20% of that value.
▪ All the buttons should display the tip and total bill in the TextView with this format: Tip: $99.99, Total Bill: $99.99.
▪ The widgets should be centered horizontally on the screen with the EditText on top, the button below it in a single row, and the TextView below the button.
Enter Bill Amount 15% Figure 3.10 TipCalculator interface 18% Tip: $99.99, Total Bill: $99.99 20%
Step by Step Solution
There are 3 Steps involved in it
Step: 1
activitymainxml MainActivityjava package comexampletipcalculator import androidxappcompatappAppCompatActivity import androidosBundle import androidvie...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