Skip to Content
Pro Android C++ with the NDK
book

Pro Android C++ with the NDK

by Onur Cinar
December 2012
Intermediate to advanced content levelIntermediate to advanced
416 pages
15h
English
Apress
Content preview from Pro Android C++ with the NDK

Chapter    2

Core Data: What, Why, and How

Core Data is a framework and set of tools that allow you to save (or persist) your application’s data to an iOS device’s file system automatically. Core Data is an implementation of something called object-relational mapping (ORM). This is just a fancy way of saying that Core Data allows you to interact with your Objective-C objects without having to worry about how the data from those objects is stored and retrieved from persistent data stores such as relational database (such as SQLite) or into a flat file.

Core Data can seem like magic when you first start using it. Core Data objects are, for the most part, handled just like plain old objects, and they seem to know how to retrieve and save themselves ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Android NDK Beginner`s Guide - Second Edition

Android NDK Beginner`s Guide - Second Edition

Sylvain Ratabouil
Learning Embedded Android N Programming

Learning Embedded Android N Programming

Ivan Morgillo, Stefano Viola
Learning Android

Learning Android

Marko Gargenta

Publisher Resources

ISBN: 9781430248279Purchase book