difference between Synchronous and Asynchronous Methods as
What is difference between Synchronous and Asynchronous Methods in asp.net c#?????
Answers (1)
0
Not Display Data
My XAML File
<Picker x:Name="City" Title="City" HorizontalOptions="FillAndExpand" BindingContext="{Binding get_Cities}" SelectedIndex="{Binding CitySelectedIndex}" >
</Picker>
0
Your code seems to be fine. Do you have any problem in populating the City dropdown dynamically?