Amazon Kindleでは、 Pro Core Data for iOS をはじめとする140万冊以上の本をご利用いただけます。 詳細はこちら

Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Pro Core Data for iOS: Data Access and Persistence Engine for iPhone, iPad, and iPod Touch (Books for Professionals by Professionals)
 
 
1分以内にKindleで Pro Core Data for iOS をお読みいただけます。

Kindle をお持ちでない場合、こちらから購入いただけます。 Kindle 無料アプリのダウンロードはこちら

Pro Core Data for iOS: Data Access and Persistence Engine for iPhone, iPad, and iPod Touch (Books for Professionals by Professionals) [ペーパーバック]

Michael Privat , Rob Warner

参考価格: ¥ 4,186
価格: ¥ 4,073 通常配送無料 詳細
OFF: ¥ 113 (3%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
在庫あり。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
多読の一助に
英語学習にぴったり、10万冊以上の中から自分のレベルに合った洋書が探せる「英語 難易度別リーディングガイド」 がオープン!
この商品には新版があります:
Pro Core Data for iOS: Data Access and Persistence Engine for Iphone, Ipad, and Ipod Touch (Professional Apress) Pro Core Data for iOS: Data Access and Persistence Engine for Iphone, Ipad, and Ipod Touch (Professional Apress)
¥ 4,582
在庫あり。

フォーマット

Amazon 価格 新品 中古品
Kindle版 ¥ 2,262  
ペーパーバック ¥ 4,073  

会員なら、この商品は10%Amazonポイント還元 (ポイントが表示されている場合は、表示ポイント+10%還元)。

キャンペーンおよび追加情報


この商品を買った人はこんな商品も買っています


商品の説明

内容紹介

The power of Core Data allows iOS developers to efficiently store and retrieve application data using familiar object-oriented paradigms. Pro Core Data for iOS explains both how and why to use Core Data for data storage, from simple to advanced techniques. Covering common and advanced persistence patterns, this book prepares any iOS developer to store and retrieve data accurately and proficiently.



Lots of iOS development books touch on Core Data, taking you through a few mainstream use cases for storing and retrieving data in your iOS applications. In Pro Core Data for iOS, however, we take you further into Core Data and show you how to leverage the power of this data framework.



After reading this book, you’ll be able to answer all of these questions:

  • What are all the parts of Core Data, and how do they interact?
  • How do I create my own custom store?
  • Should I use plain NSManagedObject instances or custom classes?
  • How do I undo and redo Core Data actions?
  • How do I filter, sort, and aggregate data?
  • What is “faulting,” and why should I care?
  • Suppose I want to change my data model; how do I migrate my users’ data?
Pro Core Data for iOS delves into these and other Core Data questions. With explanations, diagrams, code samples, and working explanations, this book will make you a Core Data pro!

What 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 for

All iPhone, iPad, and iPod touch developers whose applications manage any amount of data.

Table of Contents

  1. Getting Started
  2. Understanding Core Data
  3. Storing Data: SQLite and Other Options
  4. Creating a Data Model
  5. Working with Data Objects
  6. Refining Result Sets
  7. Tuning Performance and Memory Usage
  8. Versioning and Migrating Data
  9. Using Core Data in Advanced Applications

著者について

Michael Privat is president and chief executive officer of Majorspot, Inc., and developer of several iPhone and iPad apps, including Ghostwriter Notes, My Spending, iBudget, and Chess Puzzle Challenge. He is an expert developer and technical lead for Availity, LLC, based in Jacksonville, Florida. He earned his master’s degree in computer science from the University of Nice in France. He moved to the U.S. to develop software in artificial intelligence at the Massachusetts Institute of Technology. He now lives in Jacksonville, with his wife, Kelly, and their two children.

Rob Warner is a senior technical staff member for Availity, LLC, based in Jacksonville, Florida, where he works with various teams and technologies to deliver solutions in the healthcare sector. He co-authored The Definitive Guide to SWT and JFace (Apress, 2004), and he blogs at Grailbox.com. He earned his bachelor’s degree in English from Brigham Young University in Provo, Utah. He lives in Jacksonville with his wife, Sherry, and their five children.

登録情報


この本のなか見!検索より (詳細はこちら
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引
この本の中身を閲覧する:

この商品を見た後に買っているのは?


カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com: 5つ星のうち 4.4  11件のカスタマーレビュー
17 人中、15人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 Will give you a complete understanding of Core Data 2011/2/8
By Brian F. Simmons - (Amazon.com)
形式:ペーパーバック
This is the second book on Core Data that I've read. The first being Marcus Zarra's Core Data from PragProg. I would say this book is on-par with Marcus's book. They're both great and worth the read, if you're trying to learn Core Data.

With Pro Core Data, I like the fact that the authors pull no punches about the fact that Core Data is not an easy subject matter. They're pretty up front that the concepts are hard to understand and take awhile to digest. So many books will take the attitude of "you've got it, right?", otherwise you must be a dummy.

Pro Core Data gives a nice introduction to the Core Data topic for the uninitiated in roughly the first 50 or so pages. You'll want to follow along on your Mac and Xcode, if this is new to you. This isn't the type of book you read cover-to-cover, you must follow the examples and do the material, otherwise it'll be lost on you.

The book offers a great explanation and understanding of how SQLite is working behind the scenes when used as a persistent store. I particularly like the Data Model section and working with the Data Modeler in Xcode and how to effectively use the toolset. Good stuff, as I believe the Apple documentation is a little bit lacking in this area.

Filtering, aggregating, sorting, etc... are covered in fairly great detail and that's comforting for those that have an SQL background and are a bit confused about how to do those tasks with "objects". Performance tuning & memory usage is also covered nicely, with a particularly nice section detailing how to effectively use Instruments with your application.

A tricky part of any data-based application is handling upgrades and migrations, Pro Core Data does an effective job at covering the best practices, mapping data models, etc... to ensure a smooth transition between versions.

A suggestion for future versions would be to have more graphics (screenshots) of the application(s) being built. Knowing what you're building (i.e. seeing before doing) can help re-enforce the concepts and help define the bigger picture.
I definitely recommend this book to any iOS developer thinking about learning Core Data to add to their skills set.
6 人中、6人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 2.0 Extremely poor formatting on kindle 2011/12/5
By bostonian - (Amazon.com)
形式:Kindle版
I hate that no effort was taken to make the kindle edition readable. The code snippets are just dumped in bold with zero formatting and simple code snippets span multiple likes because the code dump to the ebook had a pointless large margin. Trying to read in this format gives me a headache and I consider it unusable and unreadable.
9 人中、8人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 3.0 Not for "Pro" users 2011/6/27
By Z. Shah - (Amazon.com)
形式:ペーパーバック|Amazon.co.jpで購入済み
The title of the book is very misleading. It really should be called "Beginners Guide to Core Data for iOS". There's hardly any content here which would be considered "Pro". You're better off buying the "More iPhone Development" book (also from Apress publishing) ... the first 7 chapters of that book cover Core Data in more detail than this book does in its entirety. I wasted my time with this one.
これらのレビューは参考になりましたか?   ご意見はクチコミでお聞かせください。

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換