ScienceBlog.com Science Gifts
 Location:  Home» Books » MacOS » iPhone Open Application Development: Write Native Objective-C Applications for the iPhone  
Subcategories
Paperback
Mass Market
Trade
Related Categories
• MacOS
Operating Systems
Computers & Internet
Subjects
Books
• General
Operating Systems
Computers & Internet
Subjects
Books
• Objects
C
Programming
Computers & Internet
Subjects
• Object-Oriented Design
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• Macs
Hardware
Computers & Internet
Subjects
Books
• PCs
Hardware
Computers & Internet
Subjects
Books
• Peripherals
Hardware
Computers & Internet
Subjects
Books
• General
Graphic Design
Computers & Internet
Subjects
Books
• General
Computers & Internet
Subjects
Books
• General
Digital Music
Computers & Internet
Subjects
Books
• General
Electrical & Electronics
Engineering
Professional & Technical
Subjects
• General
Programming
O'Reilly
By Publisher
Custom Stores
• Macintosh
O'Reilly
By Publisher
Custom Stores
Specialty Stores
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books

iPhone Open Application Development: Write Native Objective-C Applications for the iPhone

iPhone Open Application Development: Write Native Objective-C Applications for the iPhone

enlarge enlarge 
Author: Jonathan Zdziarski
Publisher: O'Reilly Media, Inc.
Category: Book

Buy New: $74.71



New (4) from $74.71

Rating: 3.5 out of 5 stars 11 reviews
Sales Rank: 107311

Media: Paperback
Pages: 280
Number Of Items: 1
Shipping Weight (lbs): 0.9
Dimensions (in): 9.1 x 7 x 0.8

ISBN: 0596518552
Dewey Decimal Number: 004.16
EAN: 9780596518554
ASIN: 0596518552

Publication Date: March 10, 2008
Availability: Usually ships in 1-2 business days

Similar Items:

  • Cocoa(R) Programming for Mac(R) OS X (3rd Edition)
  • Programming in Objective-C (Developer's Library)
  • Professional iPhone and iPod touch Programming: Building Applications for Mobile Safari (Wrox Professional Guides)
  • The iPhone Developer's Cookbook: Building Applications with the iPhone SDK (Developer's Library)
  • Beginning Xcode (Programmer to Programmer)

Editorial Reviews:

Product Description
Certain technologies bring out everyone's hidden geek, and iPhone did the moment it was released. Even though Apple created iPhone as a closed device, tens of thousands of developers bought them with the express purpose of designing and running third-party software. In this clear and concise book, veteran hacker Jonathan Zdziarski -- one of the original hackers of the iPhone -- explains the iPhone's native environment and how you can build software for this device using its Objective-C, C, and C++ development frameworks. iPhone Open Application Development walks you through the iPhone's native development environment, offers an overview of the Objective-C language you'll use with it, and supplies background for the iPhone operating system. You also get detailed recipes and working examples for everyone's favorite iPhone features -- graphics and audio programming, interfaces for adding multitouch functionality to games, the use of hardware sensors, and the device's vast user interface kit. This book explains: How to access the iPhone's underlying operating system The makeup of an iPhone application How to get the open source tool chain running on your desktop The iPhone's core user interface framework, which is heavily tied to major application-level functions Using the many touted iPhone features such as multitouch, hardware sensors, and gestures Intercepting and handling event notifications for many iPhone-related events Raw video surfaces and 3D transformations that take you deeper into advanced graphics on the iPhone How to record and play simple sounds and intercept sound events Advanced digital audio output using Apple's new Audio Toolbox framework Advanced user interfacecomponents such as section lists, keyboards, and image manipulation

The Appendix includes a compendium of miscellaneous code examples for cool application features, such as using the camera and creating a CoverFlow(R)-like album browser. This book is a true hacker's book, designed for the millions of users who have run third party applications on their iPhone, but its concepts and code examples have shown to be remarkably similar to Apple's official SDK, making this book a valuable resource for both camps. Any programmer can use this book to write applications with the same spectacular effects that made the device an immediate hit, and impress users just as much as the official iPhone software does. That programmer can easily be you.


Customer Reviews:   Read 6 more reviews...

5 out of 5 stars Greate API primer, OOP crash course   August 6, 2008
J. Content
1 out of 1 found this review helpful

Coming from a PHP world, Object-Oriented Programming can be difficult to wrap your mind around. Thankfully the introduction chapters here aren't too far overhead. OOP concepts are a must-have for modern programmers, and this book makes no contentions to teach you Objective-C directly. However, the author has included some good references to where you can take beginner OOP courses.

Through the first year of iPhone's being and well into the pre-2.0 and post-2.0 environment, this book proves invaluable for its chapters on the UIKit, a large part of the API that is used to build graphical apps on the device. Extensive coverage of UIKit classes, as well as undocumented 1.0 enumerations for certain components makes this a frequent reader when you are getting started.

The examples within the chapters cover just about anything you can think of doing with the UI, within reason. You will be able to confidently build apps that rival the ones included by Apple itself. Chapters on audio and graphics subsystems are as complete as could be at the time, and offer some examples that would be useful for game developers.

Quirks about the Ojective-C language are briefly discussed, then wonderfully mastered and repeated frequently to drive the point home. Object delegates, high-level messging, inherritence; you will get a full course of modern OOP goodness.

By the time you are done working with the chapter's examples you will feel like a million bucks. The iPhone platform is now your own lump of clay for you to mold and shape to your will. Couple this with some in-depth cocoa publications and you have the all the keys needed to swing the doors wide open. Feel smart, be informed and discover the tremendously versatile API that is iPhone OS.

The 2.0 version of Apple software makes some important changes, but for the most part, this book is still very useful. Great for beginners -- even if you don't know OOP, you can learn from examples on the 'Net and be way very soon.



5 out of 5 stars Excellent Book.   August 5, 2008
Skylar E. Cantu (Saint Augustine, Florida)
1 out of 1 found this review helpful

This book was a life saver. A few months ago, when I first started coding for the iPhone, I had no clue what to do with anything. There was literally NO DOCUMENTATION whatsoever. However, this book make learning the iPhone's API a breeze. Since then, I've gone on to make several well known iPhone 1.x applications, including PocketTouch, FontSwap, and StatusStyle.

I would highly recommend this book to anybody who wants to learn how to start coding great applications for the iPhone.



5 out of 5 stars Great book, just know what you are looking for   August 5, 2008
R. Singh (Glen Ellyn, Il USA)
1 out of 2 found this review helpful

As the other reviewers mentioned this book doesn't specifically talk about the Apple Official SDK, but ALOT of the information is the same. In fact there is no other source that you can find with such clean and simple instructions. Also, if you are planning on NOT using IB to make your UI this book is gold since that info is hard if not impossible to find.


1 out of 5 stars Well-written and informative... for its time   August 4, 2008
Adam A. Wolf
3 out of 5 found this review helpful

While this book was well written and informative, it is well past its prime now. Apple's Official SDK is no longer beta, and thrid-party apps are flowing on the AppStore. While there may still be a reason to jailbreak and write completely open and un-restricted apps, this book is still stuck way in the past. The v2.0 firmware has changed so radically that the examples and teaching in this book will only hurt the would-be developer.

Wait for the new batch of books about the offical SDK coming out this fall, and in the mean-time check out a book on plain-old Objective-C instead.



2 out of 5 stars Unlocked iPhone Applications Only   June 6, 2008
Oliver Moffat (Seattle)
2 out of 3 found this review helpful

Be warned this book is for unlocked iPhone application development only; not the official Apple iPhone SDK. If you are interested in hacking iPhones, this may be for you. But for most iPhone application developers, the material here will be of little use.