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.