Xamarin - Asynchronous data binding
问题 I have following code: Page with lots of images, that are loaded dynamically with the databinding: base.OnAppearing(); if (!loaded) { loaded = true; BindingContext = new GalleryViewModel(pCode, gCode, gUrl); } viewmodel: namespace GalShare.ViewModel { class GalleryViewModel { public string pCode { get; set; } public string gCode { get; set; } public string gUrl { get; set; } public ObservableCollection<picdata> Galleries { get; set; } public GalleryViewModel(string pCode, string gCode, string