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 [...]
