Question: Android Studio Help: Can you help me finish this assignment? It's a program that will allow the user to enter a number of products to
Android Studio Help: Can you help me finish this assignment? It's a program that will allow the user to enter a number of products to purchase. They should then be able to select from 1 of 3 products, which are small, medium or large. When the user hits the calculate button, it should then output the name of the product, along with the total charge for the purchase. All products have a cost of $29.95.
XML

package com.example.geral.examl; import public class Spinner extends AppCompatActivity \{ double productCost =29.95; int numberOfProducts; String sizeChoice; double finalCost; (override protected void onCreate (Bundle savedinstanceState) \{ super.onCreate (savedinstanceState); setContentView (R.layout.activity_spinner); \}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
