Top "Android-datepicker" questions

Android DatePicker is a widget for selecting a date.

Datepicker: How to popup datepicker when click on edittext

I want to show datepicker popup window. I have found some examples but i am not getting it properly. I …

android android-datepicker
Android: why setVisibility(View.GONE); or setVisibility(View.INVISIBLE); do not work

I want my DatePicker and the button to be invisible in the begining. And when I press my magic button …

java android android-layout android-view android-datepicker
How to show DatePickerDialog on Button click?

I'm developing an app that requires user to select date(dd/mm/yyyy). I want to show a dialog box …

android android-studio android-datepicker
How set maximum date in datepicker dialog in android?

In my application am using date picker to set date.i want to set date picker maximum date is as …

android android-datepicker
How to change the style of a DatePicker in android?

I want to change the default color of the date/time picker dialog in Android, so that it should match …

android android-styles android-datepicker android-timepicker
Casting and getting values from date picker and time picker in android

I have a DatePicker and a TimePicker in my app. Can anyone tell me how to get the values of …

android android-datepicker android-timepicker
Setting time and date to date picker and time picker in android

I am using a date picker and time picker in my application. I want to set the date and time …

android timepicker android-datepicker
How to set minimum DatePicker date to current date

I want to set the minimum date the user can choose in a DatePicker to the current date. I've tried …

android android-datepicker
Android Calendar View for Date Picker

I'm writing my first app, and I have a question about DatePicker. My app requires the user to input a …

android calendar android-datepicker
Get date from datepicker using dialogfragment

I'm using the google example to insert a datepicker inside my app using a dialogfragment http://developer.android.com/guide/…

android datepicker android-dialog android-datepicker