Create a android project called ContractorCalculator with iOS navigation and interface design
The view controller layout should contain two text fields, one button, and eight labels (Figure 10.27).
SubTotal
Total:
Label
LabelLabel
The Calculate button should add the labor and material costs from Figure 10.27 ContractorCalculator the textfields and put the result in the label next to Sub total. Lax should be calculated using a 5% rate (use a constant) and displayed in the label next to Tax. The tax and subtotal should be added together and displayed in the label next to Total.
Deliverables:
Zipped copy of the source code, so I can import it Android Studio and run it.