How to popup datepicker when someone click on edittext in android studio byCourse Code •April 29, 2021 How to show DatePicker when you click on the edit box. We will create a simple date dialog. When a person clicks on the edited text, the popup window shows the selected date. activity_main.xml <?xml version="1.0&qu…