I have a group of radio buttons as shown in the code button below. When I click each a radio button , I want a different dialog as shown in the picture below .One for each radio
Android provides two standart dialogs. DatePickerDialog and TimePickerDialog. If you want to create custom dialog see this guide.