Code Traveler
  • Home
  • About
Subscribe

thread-safety

A collection of 1 post
Making ObservableCollection Thread-Safe in Xamarin.Forms
Xamarin.Forms

Making ObservableCollection Thread-Safe in Xamarin.Forms

ObservableCollection is the recommended collection [https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/listview/data-and-databinding?WT.mc_id=threadsafeobservablecollection-codetraveler-bramin] 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.Forms team recommends
Sep 11, 2019 — 1 min read
Code Traveler © 2025
Powered by Ghost