Rahul Kalidindi
Rahul Kalidindi

Reputation: 4736

Date and time picker in one view

I wanted to know whether we can implement both date and time picker in one view...

In our iPhone app you can pick both date and time through one view. But in Android we have date picker and time picker used separately. Is there any method by which I can get values of both date and time from one view?

Upvotes: 4

Views: 2423

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006574

There is no built in widget that implements both a date and time picker. However, you can create your own custom view for that, perhaps combining the existing DatePicker and TimePicker.

Upvotes: 2

Related Questions