軟體簡介:
Core Data是Mac OS X中Cocoa API的一部分,首次在Mac OS X 10.4 Tiger與iOS 3.0
系統中出現。它允許按照實體-屬性-值模型組織資料,並以XML,二進位檔或SQLite
資料檔案的格式將其序列化。Core Data允許用戶使用代表實體和實體間關係的高層
物件來運算元據。它也可以管理序列化的資料,提供物件生存期管理與object graph
管理,包括存儲。Core Data直接與SQLite交互,避免開發者使用原本的SQL語句。
就像Cocoa綁定在模型-視圖-控制器設計中做了很多控制器的工作一樣,Core Data做
了很多資料模型的工作。它的主要任務是負責資料更改的管理,序列化到磁片,最小
化記憶體佔用,以及查詢資料。
本課程主要介紹Core Data的概念:它是什麼,它做什麼,以及如何開始。
作者Simon Allardice通過實際使用iOS和Cocoa的Core Data探討Core Data中的物件
和步驟。本課程介紹如何轉變成為一個真正的物件持久化方法:從一個集中的資料庫
或檔為中心的方法與儲存,載入,搜索和篩選。瞭解如何正確的資料模型,整合與iOS
和Cocoa用戶介面的Core Data物件,並採取現有的資料,並將其載入到您的應用程式。
Core Data is an object-oriented persistence framework used to manipulate and
store data in iOS and OS X applications, and it’s a core competency for any
Apple developer. This course introduces the concepts behind Core Data: what
it is, what it does, and how to get started. Author Simon Allardice explores
the Core Data stack of objects and steps through the hands-on process of
using Core Data in both iOS and Cocoa. The course shows how to shift from
a database-focused or file-focused approach into a true object persistence
approach: working with saving, loading, searching, and filtering. Discover
how to model your data correctly, integrate Core Data objects with iOS and
Cocoa user interfaces, and take existing data and load it into your app.