Android: timepicker and datepicker in the same dialog box

ElTourero picture ElTourero · May 12, 2011 · Viewed 23.6k times · Source

I am developing an app for android. I have created a timepickerdialog and a datepickerdialog, but the problem is, both of them run in different dialog boxes, which is not what the way I want my app to work :-S Is there any way to create a single dialogbox with both time and date picker dialog boxes in it together?

Thx

Answer

BFil picture BFil · May 12, 2011

You can find a DateTimePicker implementation here:

http://code.google.com/p/datetimepicker/