Picker controls for Xamarin.Android

Pickers are UI elements that allow the user to pick a date or a time by using dialogs that are provided by Android:

  • Date Picker is used to select a date (year, month, and day).

    Example Date Picker

  • Time Picker is used to select a time (hour, minute, and AM/PM).

    Example Time Picker