I need to do a dialog like DatePicker
or TimePicker
, but the dialogue should display my data. Is this possible, or do I need to do a custom view for this?
Asked
Active
Viewed 419 times
0
1 Answers
2
Sorry, but I can't comment because I don't have enough rep.
There isn't a ready out of the box dialog that allows custom data to be set. I supposed the best approach would be to create a custom layout with a NumberPicker and then set it as your dialog's view.
This answer should point you to right direction.

Community
- 1
- 1

Edson Menegatti
- 4,006
- 2
- 25
- 40
-
Thx u, unfortunately my min sdk 9. – Tiberal Apr 24 '15 at 17:52