Question: I need to develop an app with Andriod studio and because I am a beginner in this topic I need some help. The Rose Picker
I need to develop an app with "Andriod studio" and because I am a beginner in this topic I need some help. 
The Rose Picker App (20 Points) Write an app that will return a rose variety based on color (Table 1-1). 1. Start a new Android project and name it RosePicker 1 point 2. Create the GUI using a spinner, a textview and button 2 points 3. The app name Rose Picker should appear in the title bar 2 points 4. Populate the spinner with the colors listed from the table below. 3 points 5. Code the Button's event handler to call a OnClickColorPicker method. 4 points 6. Program the OnClickColor Picker method. 4 points 7. Create and program a Java class that handles the logic and returns the correct variety based on the color selected. 4 points 8. Test, and run your app. Debug as necessary. Table 1-1 Color Red Varieties 'Mister Lincoln,' 'Veteran's Honor,' 'Beloved.' Yellow 'Lady Banks', 'Graham Thomas', 'Persian Yellow.' Green 'Lemonade,''Jade,' 'Super Green.' 'Applause.' The 'Blue Moon' Blue Pink 'Garden Spirit,' 'Voyage,' 'Aloha,' 'Beverly,' 'Baronesse.' White 'Iceberg,' 'White Perfumella,' 'White Diamond.' The Rose Picker App (20 Points) Write an app that will return a rose variety based on color (Table 1-1). 1. Start a new Android project and name it RosePicker 1 point 2. Create the GUI using a spinner, a textview and button 2 points 3. The app name Rose Picker should appear in the title bar 2 points 4. Populate the spinner with the colors listed from the table below. 3 points 5. Code the Button's event handler to call a OnClickColorPicker method. 4 points 6. Program the OnClickColor Picker method. 4 points 7. Create and program a Java class that handles the logic and returns the correct variety based on the color selected. 4 points 8. Test, and run your app. Debug as necessary. Table 1-1 Color Red Varieties 'Mister Lincoln,' 'Veteran's Honor,' 'Beloved.' Yellow 'Lady Banks', 'Graham Thomas', 'Persian Yellow.' Green 'Lemonade,''Jade,' 'Super Green.' 'Applause.' The 'Blue Moon' Blue Pink 'Garden Spirit,' 'Voyage,' 'Aloha,' 'Beverly,' 'Baronesse.' White 'Iceberg,' 'White Perfumella,' 'White Diamond
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
