ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Pro Core Data for iOS: Data Access and Persistence Engine for iPhone, iPad, and iPod touch

دانلود کتاب Pro Core Data برای iOS: موتور دسترسی و دسترسی به داده برای iPhone ، iPad و iPod touch

Pro Core Data for iOS: Data Access and Persistence Engine for iPhone, iPad, and iPod touch

مشخصات کتاب

Pro Core Data for iOS: Data Access and Persistence Engine for iPhone, iPad, and iPod touch

دسته بندی: سیستم های عامل
ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781430233558, 9781430233565 
ناشر: Apress 
سال نشر: 2011 
تعداد صفحات: 394 
زبان: English  
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 8 مگابایت 

قیمت کتاب (تومان) : 56,000



کلمات کلیدی مربوط به کتاب Pro Core Data برای iOS: موتور دسترسی و دسترسی به داده برای iPhone ، iPad و iPod touch: کتابخانه، ادبیات کامپیوتر، IOS / iPhone / iPad / iPod



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 8


در صورت تبدیل فایل کتاب Pro Core Data for iOS: Data Access and Persistence Engine for iPhone, iPad, and iPod touch به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Pro Core Data برای iOS: موتور دسترسی و دسترسی به داده برای iPhone ، iPad و iPod touch نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب Pro Core Data برای iOS: موتور دسترسی و دسترسی به داده برای iPhone ، iPad و iPod touch

بر اساس مجموعه نسبتاً جدید لمسی Cocoa از APIها و کتابخانه‌ها، چارچوب Core Data اکنون برای توسعه برنامه و استفاده در دستگاه‌های iPhone، iPad و iPod touch در دسترس و قابل دسترسی است. Pro Core Data برای iOS نحوه استفاده از چارچوب Core Data را برای iOS توضیح می دهد. این کتاب نحوه و چرایی استفاده از Core Data را از تکنیک های ساده تا پیشرفته را توضیح می دهد. این کتاب با پوشش الگوهای پایداری رایج و پیشرفته، هر توسعه‌دهنده iOS را برای ذخیره و بازیابی داده‌ها به طور دقیق و کارآمد آماده می‌کند. خوانندگان مراحل Core Data فارغ التحصیلان تا استفاده پیشرفته آموزش نحوه تنظیم و بهینه سازی پایداری آنچه یاد خواهید گرفت: سازماندهی مناسب داده ها تداوم داده ها به طور موثر استفاده از ابزارهای اپل به طور موثر ساخت برنامه های Core Data استفاده از Core Data در تنظیمات پیشرفته نسخه و انتقال داده ها با تکامل برنامه های شما این کتاب برای همه برنامه‌نویسان iPhone، iPad و iPod touch که برنامه‌هایشان هر مقدار داده را مدیریت می‌کنند، چه کسی است.


توضیحاتی درمورد کتاب به خارجی

Based on the relatively new Cocoa touch set of APIs and libraries, the Core Data framework is now available and accessible for app development and use on iPhone, iPad, and iPod touch devices. Pro Core Data for iOS explains how to use the Core Data framework for iOS.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. Steps reader through Core Data Graduates readers to advanced usage Instructs how to tune and optimize persistenceWhat you’ll learn:Organize data appropriately Persist data efficiently Use Apple’s tools effectively Build Core Data applications Use Core Data in advanced settings Version and migrate data as your applications evolve Who this book is forAll iPhone, iPad, and iPod touch developers whose applications manage any amount of data.



فهرست مطالب

How to Contact Us......Page 0
What Is Core Data?......Page 19
History of Persistence in iOS......Page 20
Understanding the Core Data Components......Page 21
Creating a New Project......Page 23
Running Your New Project......Page 24
Understanding the Application’s Components......Page 25
Fetching Results......Page 27
Inserting New Objects......Page 29
Initializing the Managed Context......Page 31
Adding the Core Data Framework......Page 33
Creating the Data Model......Page 34
Initializing the Managed Object Context......Page 39
Core Data Framework Classes......Page 45
The Model Definition Classes......Page 48
The Data Access Classes......Page 56
Key-Value Observing......Page 60
The Query Classes......Page 61
How the Classes Interact......Page 64
SQLite Primer......Page 69
Reading the Data Using Core Data......Page 71
Summary......Page 73
Using SQLite as the Persistent Store......Page 75
Configuring the One-to-Many Relationship......Page 79
Building the User Interface......Page 81
Creating a Team......Page 84
The Player User Interface......Page 94
Adding, Editing, and Deleting Players......Page 97
Seeing the Data in the Persistent Store......Page 103
Using an In-Memory Persistent Store......Page 106
Creating Your Own Custom Persistent Store......Page 108
Initializing the Custom Store......Page 110
Mapping Between NSManagedObject and NSAtomicStoreCacheNode......Page 113
Serializing the Data......Page 115
Using the Custom Store......Page 119
What About XML Persistent Stores?......Page 121
Summary......Page 124
Designing Your Database......Page 125
Relational Database Normalization......Page 126
Using the Xcode Data Modeler......Page 127
Viewing and Editing Attribute Details......Page 132
Viewing and Editing Relationship Details......Page 133
Using Fetched Properties......Page 134
Creating Entities......Page 136
Creating Attributes......Page 138
Creating Relationships......Page 140
Name......Page 141
Destination and Inverse......Page 142
Delete Rule......Page 143
Summary......Page 144
Understanding CRUD......Page 147
Creating the Shape Application Data Model......Page 150
Building the Shape Application User Interface......Page 156
Enabling User Interactions with the Shapes Application......Page 167
Generating Classes......Page 169
Modifying Generated Classes......Page 178
Using the Transformable Type......Page 183
Validating Data......Page 186
Custom Validation......Page 188
Default Values......Page 192
Undoing and Redoing......Page 193
Disabling Undo Tracking......Page 194
Adding Undo to Shapes......Page 195
Summary......Page 198
Building the Test Application......Page 199
Creating the Org Chart Data......Page 201
Reading and Outputting the Data......Page 204
Filtering......Page 205
Expressions for a Single Value......Page 206
Comparison Predicates......Page 207
Compound Predicates......Page 210
Subqueries......Page 212
Aggregating......Page 215
Returning Unsorted Data......Page 217
Sorting Data on One Criterion......Page 218
Sorting on Multiple Criteria......Page 219
Summary......Page 220
Building the Application for Testing......Page 221
Creating the Core Data Project......Page 222
Creating the Data Model and Data......Page 224
Creating the Testing View......Page 226
Building the Testing Framework......Page 229
Adding the Testing Framework to the Application......Page 231
Running Your First Test......Page 233
Firing Faults......Page 236
Refaulting......Page 237
Building the Faulting Test......Page 238
Taking Control: Firing Faults on Purpose......Page 242
Prefetching......Page 243
Caching......Page 246
Expiring......Page 249
Expiring the Cache Through Faulting......Page 250
Uniquing......Page 251
Improve Performance with Better Predicates......Page 255
Using Faster Comparators......Page 256
Using Subqueries......Page 257
Analyzing Performance......Page 260
Launching Instruments......Page 261
Understanding the Results......Page 264
Summary......Page 266
Versioning and Migrating Data......Page 269
Versioning......Page 270
Lightweight Migrations......Page 273
Migrating a Simple Change......Page 274
Renaming Entities and Properties......Page 276
Understanding Entity Mappings......Page 279
Understanding Property Mappings......Page 281
Creating a New Model Version That Requires a Mapping Model......Page 282
Creating a Mapping Model......Page 286
Migrating Data......Page 293
Running Your Migration......Page 294
Making Sure Migration Is Needed......Page 297
Running the Migration......Page 298
Summary......Page 299
Creating an Application for Note and Password Storage and Encryption......Page 301
Setting Up the Data Model......Page 302
Setting Up the Tab Bar Controller......Page 305
Adding the Tab......Page 309
Managing Table Views Using NSFetchedResultsController......Page 315
Understanding NSFetchedResultsController......Page 316
Understanding NSFetchedResultsController Delegates......Page 317
Incorporating NSFetchedResultsController into MyStash......Page 318
Creating the Interface for Adding and Editing Notes and Passwords......Page 326
Splitting Data Across Multiple Persistent Stores......Page 341
Using Model Configurations......Page 342
Persistent Store Encryption Using Data Protection......Page 347
Data Encryption......Page 350
Registering an Observer......Page 357
Receiving the Notifications......Page 358
Adding Categories to Passwords......Page 360
Creating a New Version of Seeded Data......Page 363
Handling Core Data Operational Errors......Page 364
Handling Validation Errors......Page 367
Handling Validation Errors in MyStash......Page 370
Summary......Page 376
Index......Page 377




نظرات کاربران