Mac / iPhone App Development
Home of a Small Time Developer
  1. Multithreading with core Data

    Working with core data in a multi threaded environment you have to extremely careful
    For example if were creating a news application, we want to be able to import news in the background and display updates to the user with no interruption of the GUI. The task can be divided into several stages:

    Download the xml feed [...]