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 the DatePicker Dialog on Forms? Or just a different DatePicker.
Answers
You can change (or create) any control you want, and on any platform. You just need to write a Custom Renderer. Found this control for Android, just write a Custom Renderer for it.
Try the Syncfusion.Xamarin.SfPicker plugin. It provides dfferent styles for picker.