Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create an app called HotSpots! The MainActivity should allow the user to save the name and address of a bar or nightclub into a
Create an app called HotSpots! The MainActivity should allow the user to save the name and address of a bar or nightclub into a database table. Add a Rate button to the activity. The Rate button will open a custom dialog that will allow the user to rate the establishment on a 1 to 5 scale for each of three dimensions: beer selection, wine selection, and music. Save the ratings in the table and display the average rating on the MainActivity when the dialog is closed. Each rating should be stored individually (a separate field) so they can be adjusted later.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Below is the code for the above question MainActivityjava package comthree19hotspots import androidxannotationNonNull import androidxappcompatappAlertDialog import androidxappcompatappAppCompatActivit...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