Xamarin.UITest Xamarin.UITest: Is a ListView (or RefreshView) Refreshing? Automated UITesting has become critical for publishing mobile apps and almost every Xamarin.Forms app has ListView. But how can we determine if our ListView is refreshing? Let's find out!
Xamarin.Forms Making ObservableCollection Thread-Safe in Xamarin.Forms ObservableCollection is the recommended collection to use for ListViews, but it isn't thread safe. Let's explore how we can fix this and use it in our multi-threaded apps! The Xamarin.