Y
Y a h y a
Guest
Hi
In my Xamarin app the page is bound to an ObservableCollection<T> but the remote API is currently returning List<T>. What is the best way to handle this discrepancy? Should I change the backend Api to return ObservableCollection<T>?
Thanks
Regards
Continue reading...
In my Xamarin app the page is bound to an ObservableCollection<T> but the remote API is currently returning List<T>. What is the best way to handle this discrepancy? Should I change the backend Api to return ObservableCollection<T>?
Thanks
Regards
Continue reading...