ios-samples/ThreadedCoreData
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
Screenshots Add new iOS 7 samples 2014-02-19 14:02:06 -09:00
ThreadedCoreData Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md update header yaml 2019-07-29 19:48:37 -07:00
ThreadedCoreData.sln Add new iOS 7 samples 2014-02-19 14:02:06 -09:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - ThreadedCoreData This sample shows how to use Core Data in a multi-threaded environment sample
csharp
xamarin
threadedcoredata

ThreadedCoreData

This sample shows how to use Core Data in a multi-threaded environment.It downloads and parses an RSS feed in GeoJSON format from the United States Geological Survey (USGS) that provides data on recent earthquakes around the world. This sample persistently stores earthquakes between two managed object contexts using Core Data. Each time you launch the app, it downloads new earthquake data, parses it in an NSOperation which checks for duplicates and stores newly founded earthquakes as managed objects.

This sample shows how to use separate managed object context for each thread and share a single persistent store coordinator.

ThreadedCoreData application screenshot