I made a DatePicker like that : https://github.com/eMi-/mvvmcross_datepicker_timepicker/ But I want to have this DatePicker in a dialog for monodroid and bind the selected date (mvvmcross). Someone has an idea how to do this?
The purpose is : when the user tap on the edittext the datepickerdialog is shown and he select the date and then he tap on 'OK' button, the dialogpickerdate disappear and the date appear in the edittext (ddmmyyyy).