Top "Datepickerdialog" questions

An Android dialog that displays a date picker.

Set Limit on the DatePickerDialog in Android?

How to limit on DatePickerDialog to choose a date from 2-12 years in the past or from 0-2 years from …

android android-datepicker datepickerdialog
How to use DatePickerDialog in Kotlin?

In Java an DatePickerDialog can be use such as: final Calendar c = Calendar.getInstance(); int year = c.get(Calendar.YEAR); …

kotlin datepickerdialog
Android Material Design Inline Datepicker issue

I have a ScrollView with a Datepicker In the previous versions of Android the Datepicker is this: And I can …

android datepicker android-5.0-lollipop android-datepicker datepickerdialog
DatePicker.setMinDate(long minDate) throws IllegalArgumentException: Time not between

I have a time interval consisting of a beginning and an end date. I have a way of letting the …

android datepicker datepickerdialog
Impossible to make my DatePickerDialog use a spinner style programmatically

I'm using a DialogFragment to open a DatePickerDialog public class DatePickerFragment extends DialogFragment{ @Override public Dialog onCreateDialog(Bundle savedInstanceState) { // Use …

android datepicker android-datepicker datepickerdialog
DatePickerDialog

I'm trying to get simple DatePickerDialog working code bellow as can be found in Android documentation import android.app.Activity; …

android datepickerdialog
How to use OnDateChangedListener, OnDateSetListener without using DatePickerDialog?

I want to be able to detect changes on datepicker as soon as user starts to change it. However, I …

android datepicker datepickerdialog
Android 6.0 DatePickerDialog Theme

Seems like anyone using Marshmallow (Android 6.0) is not able to use the DatePicketDialog within my app. There appears to be …

android themes dialogfragment datepickerdialog
Set date of datepickerdialog from EditText

I am very much surprised that I couldn't find this in net even after 1 hour searching! I have a date …

android datepickerdialog
How to set Android DatePicker mode to spinner for APIs below level 21

I want to display a DatePickerDialog with mode spinner instead of calendar. In my styles.xml, I tried to put …

android android-datepicker datepickerdialog