Question: Please help if possible. Also is there a way to make the results for the activities in a TextView? Thank You! In this work, your
Please help if possible. Also is there a way to make the results for the activities in a TextView?



Thank You!
In this work, your task is to develop an app in Kotlin that will allow a user to pick dates for three activities. This app will have a button labeled 'Pick Date' and when the button is clicked the user will be shown the 'DatePickerDialog' that will allow the user to select a date and press the OK. The user is allowed to pick only three date picks and if the user tries more than three times then the app should display a message dialog telling them that they have exceeded the number of clicks allowed to pick a date. After that the user will click the 'Show' button to display the selected dates. The initial UI is given by figure 1. Each time the user clicks the 'Pick Date' button, the app shows a dialog telling the number of clicks remaining. When the user clicks the Show button after the three dates have been selected your display must show the day of the week, year, month, and day of the month as in Figure 2 . Figure 1 Initial display Activity 1 on Tuesday, 1986/03/11 Activity 2 on Tuesday, 2017/01/31 Activity 3 on Tuesday, 2027/04/20 Figure 2: Display showing the dates selected
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
