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


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Programming iOS 5
 
イメージを拡大
 

Programming iOS 5 [ペーパーバック]

Matt Neuburg

参考価格: ¥ 4,051
価格: ¥ 3,746 通常配送無料 詳細
OFF: ¥ 305 (8%)
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 が販売、発送します。 ギフトラッピングを利用できます。
4点在庫あり。ご注文はお早めに。
2012/6/1 金曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら

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

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


この商品をチェックした人はこんな商品もチェックしています


商品の説明

内容説明

Get a solid grounding in all the fundamentals of Cocoa Touch - and avoid problems during iPhone and iPad app development. With this revised and updated edition, you'll learn how to work effectively with Objective-C and Xcode, using iOS 5 and Xcode 4.2 features, such as ARC memory management, storyboards, Core Image filters, and Emitter layers. This book covers iOS 5 in a rigorous, orderly fashion - ideal whether you're approaching iOS for the first time or need a reference to bolster existing skills. Learn Objective-C language details and object-oriented programming concepts Understand the anatomy of an Xcode project and all the stages of its lifecycle Grasp key Cocoa concepts such as relationships between classes, receiving events, and model-view-controller architecture Know how views are managed, drawn, composited, and animated Delve into Cocoa frameworks for sound, video, sensors, maps, and more Touch on advanced topics such as threading and networking Obtain a thorough grounding for exploring advanced iOS features on your own

著者について

Matt Neuburg has a PhD in Classics and has taught at many universities and colleges. He has been programming computers since 1968. He has written applications for Mac OS X and iOS, is a former editor of MacTech Magazine, and is a long-standing contributing editor for TidBITS. His previous O'Reilly books are Frontier: The Definitive Guide, REALbasic: The Definitive Guide, and AppleScript: The Definitive Guide. He makes a living writing books, articles, and software documentation, as well as by programming, consulting, and training.

登録情報


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


類似した商品から提示されたタグ

 (詳細)
関連タグ(この商品に近い関連キーワード)を追加する++最初のタグになります
 
(1)

 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  8件のカスタマーレビュー
4 人中、3人の方が、「このレビューが参考になった」と投票しています。
Updated to reflect recent changes in iOS 2012/5/4
By mko - (Amazon.com)
形式:ペーパーバック
This book is simply a new release of "Programming iOS 4'. It contains lots of new information you won't find in previous release - mostly related to most recent changes in iOS 5. One of these features are story boards. Basically, whenever story boards are applicable, you will read how to apply them. ARC related memory management is another new feature, and, it is well described here. If you haven't used it yet you will learn how to work with ARC in both situations - when you develop old application and want to migrate to ARC and how to work with ARC in applications developed from the scratch. New concepts like @autoreleasepool blocks, weak references, retain cycles are also explained. Sections related to notifications, startup process and life time have improved. Comparing to previous edition, section "Swamped by Events" was rewritten and redesigned. In my opinion it is now easier to follow and easier to understand. The same refers to view controllers related part. Basically, the book targets recent XCode release and iOS 5 and addresses some composition/content related drawbacks you can find in previous release. Big plus goes for mentioning Instruments. However, this section is way too short. It covers only simple use-cases. Still, it's better than nothing.

When it comes to drawbacks. In my opinion there are two frameworks that are missing - CoreData and SQLite. You won't find anything about these in here. I think that book would be much better if it covered database storage related aspects. At least at introductory level.

If you own "Programming iOS 4' already, I'd skip this "upgrade". In case you haven't developed for iOS yet, this one is really good introduction to iOS development.
10 人中、7人の方が、「このレビューが参考になった」と投票しています。
Rock Solid.... Simply Awesome!!!!! 2012/4/13
By T. Anderson - (Amazon.com)
形式:ペーパーバック
A little background so you know what type of experience I have. I have been a Microsoft .NET architect and developer since the first beta release. Before that C, C++, ColdFusion, ASP, JavaScript and of course HTML. Being a .NET developer has many advantages, but the one major disadvantage we suffer has driven me to Java and Objective-C over the past year. That one disadvantage? Microsoft themselves. They come off as completely lost and have wreaked havoc on .NET developer community the past few years.

I have read several books on programming with Objective-C, but this is by far the most comprehensive and well put together. One book I would recommend to anyone coming from the .NET world is Migrating to iPhone and iPad for .NET Developers.

After advising the reader to brush up on their C by reading certain parts of C Programming Language, and then spending a chapter showing how C relates to Objective-C, the author has a really nice overview of Objective-C. The overview is Part I of the book and it is 5 chapters long. The chapters include Just Enough C, Object-Based Programming, Objective-C Objects and Messages, Objective-C Classes, and Objective-C Instances.

Part II IDE includes chapters on Anatomy of an Xcode Project, Nib Management, Documentation, and Life Cycle of a Project. In part II the author goes into detail about the architecture of the project and the files included in the project. He does a great job of explaining nibs, the coding environment, testing, debugging, and provides an overview of the steps taken when submitting your app to the app store. The author also points out and shows you how to take advantage of the Xcode documentation.

Part III is all about Cocoa. It includes chapters on Cocoa Classes, Cocoa Events, Accessors and Memory Management, and Data Communication. The author does a great job of explaining Automatic Reference Counting (ARC) in this section.

Part IV Views contains chapters on Views, Drawing, Layers, Animation, and Touches. This part is all about paths, clipping, gradients, colors, patterns, transforms, shadows, points, pixels, layers, sublayers, hierarchy, resizing, positioning, depth, borders, everything about animation, touch events, gestures, and hit-testing. In other words a ton of information about views is covered in this part.

Part V Interface includes chapters on View Controllers, Scroll Views, Table Views, Popovers and Split Views, Text, Web Views, Controls and Other Views, and Modal Dialogs. The understanding you gain of view controllers in this part of the book is amazing. The author did an awesome job explaining them and how they relate to rotation.

Part VI introduces some of the other Cocoa frameworks available including Audio, Video, Music Library, Photo Library and Image Capture, Address Book, Calendar, Mail, Maps, and Sensors.

Part VII is called Final Topics. In this part of the book the author introduces Persistent Storage, Basic Networking, Threads, Undo, and includes an Epilogue.

The downloadable code is very well organized and usable. It is broken down into folders by chapter and page number which makes it very convenient to find the sample you want.

This is by far one of the best programming books I have ever read. The author's approach and writing style made it a pleasure to read. He does a great job of explaining complex topics and always covers everything in depth.

If you are an iOS 5 developer, you owe it to yourself to buy this book and keep it at arms length!!!
This is one of the best tech books I have ever read in the past 30 years 2012/5/25
By Epsilon Delta - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
I started programming back in 1982, also on an Apple device -- the Apple ][. At that time, there were some books from Taiwan that were titled: (translated) Thorough Research into the Apple ][. Those books were amazing. Since then, I haven't read many books that were so detailed, thorough, and in depth, and even with philosophy embedded in the book. Not the "do this and this will work -- don't ask why" type. This book will tell you what to do, where to do it, why do it there, why do it this way, and how it works with the system, overall with iOS. It gives you a complete picture, how everything fits together.

I would like to persuade the author to study all computer technologies and write books about all programming topics... but I know that will be impossible.

クチコミ

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

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

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


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


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