Hello. I am using Xamarin Forms and I am trying to do something with a DatePicker but on android the control for it is not that great and also not too intuitive for some. Is there a way of using a different DatePicker Dialog on Forms for android at least?? Or just a different DatePicker.
Answers
If you don't like the default style you can use Custom Renderer to customize your own appearance.
And the renderer for DatePicker is DatePickerRenderer.