Top "Android-timepicker" questions

A view for selecting the time of day, in either 24 hour or AM/PM mode, in Android applications.

TimePicker Dialog from clicking EditText

I've already got a DatePicker which pops up when the user clicks on the EditText field eReminderDate.setOnClickListener(new OnClickListener() { @…

android android-timepicker
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
Show TimePicker with minutes intervals in android

My application show a TimePickerDialog to set a time. I want that the timePickerDialog show the minutes with an interval …

android intervals android-timepicker
Android: Setting time in time picker with the time shown in text view

In my app, I am showing time in text view as 07:00 PM. On click of the text view, a time …

android time android-timepicker
Is it possible to change the style of an Android L TimePickerDialog?

I was testing my app on an Android L emulator, and I noticed that the TimePickerDialog has significantly changed to …

android android-timepicker android-5.0-lollipop
How do I set AM/PM in a TimePicker?

I am using a TimePicker in my app. Whenever the user opens the screen with the TimePicker, I initialize it …

android android-timepicker
How to customize TimePicker in material design android?

I am unable to change the selector color and other parts of the TimePicker. So far, I can change header …

android android-theme android-timepicker
Android API 21 - TimePicker widget

I've got a problem with the TimePicker widget on API 21. Until API 19 the TimePicker was an up-/down-list like iOS, …

android android-5.0-lollipop android-timepicker
android: TimePickerDialog prevent user select past time and can select future time with new date

I am using this link Android TimePickerDialog set max time. I am new in android. With the help of this …

java android android-studio android-fragments android-timepicker