My app show a simple custom DialogFragment with a spinner and an edittext for building a model object.
I would like to ask for 2 dates (start and end) for my model, so I need 2 chained DatePickerDialog (since datepicker is too big for 2 to fit in one dialog)
Is there any convenient method to chain these dialogs ?