Write the "Hello Dialog" app on page 41 of Beginning Android 4 Application Development (Lee) that changes
the application's theme in the AndroidMainfest. Also add the line of code that eliminates the activity title on
pages 41-42. Paste screen captures of your dialog app, one with and one without an activity title, either running
on a device or in emulation.
Create an app with three activities. The first activity that the user sees has a spinner and a button.
The user uses the spinner to choose which of the the other two activities to proceed to when the user
clicks the button. (I used the spinner's .getSelectedItemId() method which returned a long.)
Lab: Survey App Design an app like that shown above that asks three survey questions. Each
survey can be answered using radio buttons corresponding to the values 1,2,3,4,5. Have the value of 3
pre-selected for each question. Have a button that allows the user to see the average rating (displayed with
two decimal places). If the user changes any of the individual ratings, then clear out the rating.
Due: Feb. 6 Send screen captures of screens and .java code