Tag Archives: DatePickerDialog

Using date range with the DatePickerDialog in Android API below Level 11

If you plan to use a date picker into your application without re-coding the whole thing, Android API does the job for you with a useful already made dialog: DatePickerDialog. Here is a tutorial to use it: http://developer.android.com/resources/tutorials/views/hello-datepicker.html Nevertheless, limiting the choice of dates (for example not before or not after today)  is not direct [...]

Lire la suite →