Cargando…

Pro Core Data for iOS : data access and persistence engine for iPhone, iPad, and iPod touch /

Fully updated for Xcode 4.2, Pro Core Data for iOS explains how to use the Core Data framework for iOS SDK 5 using Xcode 4.2. The book explains both how and why to use Core Data, from simple to advanced techniques. Covering common and advanced persistence patterns, this book prepares any iOS develop...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Privat, Michael
Otros Autores: Warner, Robert
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : New York : Apress ; Distributed to the Book trade by Springer, ©2011.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocn775786136
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 120210s2011 cauac o 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d OCLCQ  |d COO  |d EBLCP  |d B24X7  |d E7B  |d UMI  |d OCLCQ  |d OCLCO  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d OCLCF  |d OCLCQ  |d OCLCO  |d BEDGE  |d OCLCQ  |d OCLCO  |d YDXCP  |d OCL  |d TXI  |d OCLCQ  |d IOG  |d Z5A  |d MERUC  |d ESU  |d VT2  |d N$T  |d OCL  |d OCLCQ  |d OCLCO  |d CEF  |d U3W  |d AU@  |d OCLCQ  |d OCLCO  |d WYU  |d UWO  |d DEHBZ  |d YOU  |d UAB  |d OCLCQ  |d OCLCO  |d LEAUB  |d UKAHL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d AJS  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 784364561  |a 785779233  |a 793359772  |a 803451425  |a 1005827480  |a 1060197468 
020 |a 9781430236573  |q (electronic bk.) 
020 |a 1430236574  |q (electronic bk.) 
020 |a 1430235675  |q (electronic bk.) 
020 |a 9781430235675  |q (electronic bk.) 
020 |z 9781430236566 
020 |z 1430236566  |q (pbk.) 
020 |z 9781430235673 
029 1 |a AU@  |b 000048770859 
029 1 |a AU@  |b 000065427966 
029 1 |a DEBBG  |b BV040901479 
029 1 |a DEBSZ  |b 37828777X 
029 1 |a DEBSZ  |b 381375188 
029 1 |a DEBSZ  |b 39727047X 
029 1 |a NZ1  |b 14230901 
029 1 |a AU@  |b 000067109498 
035 |a (OCoLC)775786136  |z (OCoLC)784364561  |z (OCoLC)785779233  |z (OCoLC)793359772  |z (OCoLC)803451425  |z (OCoLC)1005827480  |z (OCoLC)1060197468 
050 4 |a QA76.76.A65  |b P75 2011 
072 7 |a COM  |x 051230  |2 bisacsh 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Privat, Michael. 
245 1 0 |a Pro Core Data for iOS :  |b data access and persistence engine for iPhone, iPad, and iPod touch /  |c Michael Privat and Robert Warner. 
250 |a 2nd ed. 
260 |a Berkeley, CA :  |b Apress ;  |a New York :  |b Distributed to the Book trade by Springer,  |c ©2011. 
300 |a 1 online resource (xiv, 386 pages) :  |b illustrations, color portraits 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
500 |a Includes index. 
520 |a Fully updated for Xcode 4.2, Pro Core Data for iOS explains how to use the Core Data framework for iOS SDK 5 using Xcode 4.2. The book explains both how and why to use Core Data, from simple to advanced techniques. Covering common and advanced persistence patterns, this book prepares any iOS developer to store and retrieve data accurately and efficiently. This book starts by giving you a solid grounding in Core Data, providing a foundation for the rest of the book. With this knowledge, you'll have all you need to master Core Data and power your data-driven applications. You'll see how to work with SQLite and how to create an efficient data model to represent your data. Once you've established your data model, you'll learn how to work with data objects and refine result sets to get the most out of the stored data. The advanced portions of the book begin by showing you how to tune your apps' performance and memory usage, to give you a truly professional edge. You'll see how to version and migrate your data as well, to ensure your data stays organized and efficient.¡Finally, the book covers managing table views with NSFetchedResultsController. 
588 0 |a Print version record. 
505 0 |a Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Introduction; Why a Second Edition?; What You'll Need; What You'll Find; How This Book Is Organized; Source Code and Errata; How to Contact Us; Chapter 1 Getting Started; What Is Core Data?; History of Persistence in iOS; Creating a Basic Core Data Application; Understanding the Core Data Components; Creating a New Project; Running Your New Project; Understanding the Application's Components; Fetching Results; Inserting New Objects. 
505 8 |a Initializing the Managed ContextAdding Core Data to an Existing Project; Adding the Core Data Framework; Creating the Data Model; Initializing the Managed Object Context; Summary; Chapter 2 Understanding Core Data; Core Data Framework Classes; The Model Definition Classes; The Data Access Classes; Key-Value Observing; The Query Classes; How the Classes Interact; SQLite Primer; Reading the Data Using Core Data; Summary; Chapter 3 Storing Data: SQLite and Other Options; Visualizing the User Interface; Using SQLite as the Persistent Store; Configuring the One-to-Many Relationship. 
505 8 |a Building the User InterfaceConfiguring the Table; Creating a Team; The Player User Interface; Adding, Editing, and Deleting Players; Seeing the Data in the Persistent Store; Using an In-Memory Persistent Store; Creating Your Own Custom Persistent Store; Initializing the Custom Store; Mapping Between NSManagedObject and NSAtomicStoreCacheNode; Serializing the Data; Using the Custom Store; What About XML Persistent Stores?; Summary; Chapter 4 Creating a Data Model; Designing Your Database; Relational Database Normalization; Using the Xcode Data Modeler; Viewing and Editing Attribute Details. 
505 8 |a Viewing and Editing Relationship DetailsUsing Fetched Properties; Creating Entities; Creating Attributes; Creating Relationships; Name; Destination and Inverse; Transient; Optional; To-Many Relationship; Count (Minimum and Maximum); Delete Rule; Summary; Chapter 5 Working with Data Objects; Understanding CRUD; Creating the Shape Application Data Model; Building the Shape Application User Interface; Enabling User Interactions with the Shapes Application; Generating Classes; Modifying Generated Classes; Using the Transformable Type; Validating Data; Custom Validation; Invoking Validation. 
505 8 |a Default ValuesUndoing and Redoing; Undo Groups; Limiting the Undo Stack; Disabling Undo Tracking; Adding Undo to Shapes; Summary; Chapter 6 Refining Result Sets; Building the Test Application; Creating the Org Chart Data; Reading and Outputting the Data; Filtering; Expressions for a Single Value; Expressions for a Collection; Comparison Predicates; Compound Predicates; Subqueries; Aggregating; Sorting; Returning Unsorted Data; Sorting Data on One Criterion; Sorting on Multiple Criteria; Summary; Chapter 7 Tuning Performance and Memory Usage; Building the Application for Testing. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a iOS (Electronic resource) 
630 0 7 |a IOS (Electronic resource)  |2 blmlsh 
630 0 7 |a iOS (Electronic resource)  |2 fast 
650 0 |a Application software  |x Development. 
650 0 |a iPhone (Smartphone) 
650 0 |a iPad (Computer) 
650 0 |a iPod (Digital music player) 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a iPhone (Téléphone intelligent) 
650 6 |a iPad (Ordinateur) 
650 6 |a iPod (Lecteurs de musique numérique) 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a Informatique.  |2 eclas 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a iPad (Computer)  |2 fast 
650 7 |a iPhone (Smartphone)  |2 fast 
650 7 |a iPod (Digital music player)  |2 fast 
653 4 |a Computer science. 
653 4 |a Programming Languages, Compilers, Interpreters. 
700 1 |a Warner, Robert. 
776 0 8 |i Print version:  |a Privat, Michael.  |t Pro Core Data for iOS.  |b 2nd ed.  |d Berkeley, CA : Apress ; New York : Distributed to the Book trade by Springer, ©2011  |z 9781430236573  |w (OCoLC)775369020 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430236566/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28323514 
938 |a Books 24x7  |b B247  |n bks00044635 
938 |a EBL - Ebook Library  |b EBLB  |n EBL883766 
938 |a ebrary  |b EBRY  |n ebr10530890 
938 |a EBSCOhost  |b EBSC  |n 1173468 
938 |a YBP Library Services  |b YANK  |n 7425209 
994 |a 92  |b IZTAP