how to add a list of items to a picker xamarin code example Example: how to add items to a picker xamarin <picker x:Name="myPicker"/> myPicker.Items.Add("Baboon");