Android DatePickerDialog: Set min and max date for selection
问题 I know there are quite a lot of question for this but none of the solutions are working for me, so this question. I want to restrict user to select date before today, but am not able to do so. public class DatePickerDialogFragment extends DialogFragment { private OnDateSetListener listener; public void setListener(OnDateSetListener listener) { this.listener = listener; } @NonNull @Override public Dialog onCreateDialog(Bundle savedInstanceState) { Calendar calendar = Calendar.getInstance();