|
|
Version: 1.1 Posted: 2009-07-24 Build Requirements: iPhone SDK 3.0 Runtime Requirements: iPhone OS 3.0 Download Sample Code (TopSongs.zip, 59.5K) |
||||
DescriptionThis sample code demonstrates efficiently parsing and importing data from an XML RSS feed into Core Data. The feed is from iTunes Top Songs and contains data about songs, artists, and categories. The application's data model has an entity for Song and for Category. Managed objects are inserted into a managed object context on a background thread, so the application remains responsive to the user while the import is taking place. Document Revision History
|