Top "Android-datepicker" questions

Android DatePicker is a widget for selecting a date.

Calender.getInstance() gives error in Android Studio

I'm trying to pop-open a DatePicker dialogue box when my EditText is clicked. The problem is, when I try to …

java android android-calendar android-datepicker
Datepicker: How to popup datepicker when click on edittext using C# xamarin

How to show a date picker popup on Edit Text click or focus event in Xamarin.Android ?

c# xamarin xamarin.android android-datepicker
How do you set min and max dates in an Android DatePicker?

I am using Android's default date picker and my min supported SDK is 10 and I want to set the min …

android android-datepicker
Set MinDate and MaxDate in DatePIcker

Creating app in which i am showing DatePicker.Now i want to set MinDate of DatePicker is previous two years …

android android-datepicker
How to change textsize in datepicker?

The default textsize in datepicker is too big for my app. I've seen a way suggested to change it here, …

android android-layout android-widget android-datepicker
Setting MinDate on DatePicker moves CalendarView to 1964

I'm debugging an issue where the CalendarView in a DatePicker moves to October 1964 if there is a non-default minimum date …

android android-datepicker
how to add date and time to a textview in android

I am developing an application where I need to show the date and time in a TextView. How can I …

android android-datepicker
Set android datepicker date limits

I am using datePicker in android to display images based on user selected dates. I need to limit said dates …

android datepicker android-datepicker
Change DatePickerDialog's button texts

I'm having some trouble changing the text of the buttons of the dialog. I tried to use: setButton(int whichButton, …

android android-datepicker
date picker show only year to select in android

i just want to create date picker dialog in which it's show only years option to choose . Only year option …

android android-datepicker