For my application, I have to get a date from the user.
I have try a simple EditText with the input type to date, but it’s not very convenient for the user who has to enter himself the '/' character.
I have also tried the DatePicker component. It’s more convenient than the EditText but it is big compared to others components like EditText.
Is there a best way for a user to get a date ?
Have a button that displays the date and when clicked shows a
DatePickerDialog.