In this app, the user will select an event, enter data, and the mobile app will conduct data processing by performing mathematical calculations. The mobile app details are below: Using Android Studio
Requirements:The app will include a single screen – create your own layoutApp must have a custom icon – use an icon of your choosingApply a theme to the app screenThe opening screen contains the following:Large title named Concert Ticket Hub using a TextView.Image using an ImageViewButton control to calculate the cost (concert tickets are $59.99 each, regardless of the event)A Number Text Field control to allow the user to enter the number of tickets.A Spinner control that includes three events:Pop Music FestivalJazz Music FestivalCountry Music Festival.A TextView to display the total cost for the ticketsWhen the calculate button is clicked, the total cost for the tickets is displayed
Submit screen captures of the mobile app being emulated and the code of the ActivityMain.java file (be sure to include a comment in your code with your name and date).
Save your file as Week2_PA1_your name. Submit your assignment using the Submission instructions below. Screen captures must include: