iPhone Open Application Development and over one million other books are available for Amazon Kindle. Learn more

FREE Shipping on orders over $25.

Used - Good | See details
 
   
Have one to sell? Sell yours here
Start reading iPhone Open Application Development on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

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

Jonathan Zdziarski
3.6 out of 5 stars  See all reviews (14 customer reviews)


Available from these sellers.


Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $17.27  
Paperback, Bargain Price $20.04  
Paperback, March 17, 2008 --  
Author Jonathan Zdziarski Writes About Hacking Ethics
Read what Jonathan Zdziarski, author of iPhone Open Application Development, has to say about The Ethics of Hacking. In this article, he discusses hacking decisions and why the motivation should come from love for a product.
There is a newer edition of this item:
iPhone Open Application Development: Write Native Applications Using the Open Source Tool Chain iPhone Open Application Development: Write Native Applications Using the Open Source Tool Chain 4.0 out of 5 stars (1)
$34.84
In Stock.

Book Description

March 17, 2008 0596518552 978-0596518554 1

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 interface components 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®-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.



Editorial Reviews

About the Author

Jonathan Zdziarski is better known as the hacker "NerveGas" in the iPhone development community. He is well known for his work in cracking the iPhone and lead the effort to port the first open source applications. Hailed on many geek news sites for his accomplishments, Jonathan is best known for the first application to illustrate and take full advantage of the major iPhone APIs: NES.app, a portable Nintendo Entertainment System emulator.

Jonathan is also a full-time research scientist and longtime spam-fighter. He is founder of the DSPAM project, a high profile, next-generation spam filter that was acquired in 2006 by a company designing software accelerators. He lectures widely on the topic of spam and is a foremost researcher in the fields of machine-learning and algorithmic theory.


Product Details

  • Paperback: 288 pages
  • Publisher: O'Reilly Media; 1 edition (March 17, 2008)
  • Language: English
  • ISBN-10: 0596518552
  • ISBN-13: 978-0596518554
  • Product Dimensions: 9.1 x 7 x 0.8 inches
  • Shipping Weight: 14.4 ounces
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (14 customer reviews)
  • Amazon Best Sellers Rank: #1,188,369 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

3.6 out of 5 stars
(14)
3.6 out of 5 stars
Share your thoughts with other customers
Most Helpful Customer Reviews
51 of 54 people found the following review helpful
Format:Paperback
The biggest problem with this book is that it addresses programming for the 1.1.4 iPhone firmware and was written prior to the official iPhone SDK being released. As a result it is already outdated with respect to many of the frameworks and APIs that aren't available in the official 1.2/2.0 firmware release and will most likely also be outdated in terms of the open toolchain, which is already changing to adapt to the SDK. So while the book has been helpful for me in getting up to speed with iPhone development pre-SDK (I have a draft PDF from O'Reilly), it is of little to no use now given the resources Apple has already made available for free at the iPhone Dev Center.
Was this review helpful to you?
49 of 53 people found the following review helpful
4.0 out of 5 stars Make sure you're the right audience for this book... March 11, 2008
Format:Paperback
I'll be interested to see how this book plays out... iPhone Open Application Development: Write Native Objective-C Applications for the iPhone by Jonathan Zdziarski. Don't be misled thinking this covers the official SDK that Apple created. This is for those of you who don't want to be penned in by someone telling you what you can and can't do on their device. Truly targeted at the inner hacker...

Contents:
Breaking into and Setting Up the iPhone; Getting Started with Applications; Introduction to UIKit; Event Handling and Graphics Services; Advanced Graphics Programming with Core Surface and Layer Kit; Making Some Noise; Advanced UIKit Design; Miscellaneous Hacks and Recipes

Your satisfaction with this book will rely heavily on making sure you know what you're getting into. If you think this is the official approved method for writing applications for the iPhone, think again. Zdziarski goes the hacker route and shows how to program the iPhone using the Objective C language as well as a number of open source tools best known and understood by those in the Unix/Linux world. Considering the first step is to jailbreak your iPhone, you should know you're getting into stuff that could "brick" your cool toy if you're not careful. But since that doesn't stop the true hacker anyway, then you should have no problem continuing on. The book isn't a tutorial on the C language, so you really do need to know and understand that before you'll be able to follow along and venture outside the lines that Zdziarski lays down for you. But he does go into the UIKit in good detail, so you can start to grasp what graphical and audio capabilities you can control and use in your application(s).

I see this book being a great tool for the person who wants to write their own personal applications for the iPhone, and who doesn't want to live with the restrictions that Apple is placing on the use and distribution of "official" applications. If you're writing for someone other than yourself, your audience probably won't stray far from the hacker group who also was comfortable with jailbreaking their iPhone. If you're considering developing mainstream applications for the iPhone, this isn't the way you want to go. You'll want to stick with the SDK so that you are assured of a consistent and reliable release and distribution mechanism. Even so, spending time here before moving to the SDK will give you a much greater understanding of the iPhone operating system and hardware interface, which will likely come in handy when you go the SDK route.
Comment | 
Was this review helpful to you?
13 of 15 people found the following review helpful
4.0 out of 5 stars Not as Far from the SDK as People Think March 14, 2008
Format:Paperback
For those people who have dabbled in both the open toolchain (open iPhone development) and will be using the official SDK, I would highly recommend this book.

The book doesn't differ as greatly from the SDK as people are reporting. I won't bore with details, but an example of what I mean: I personally ported an open sourced 'Toolchain' application over to the official iPhone Development Environment inside Xcode. Once there, it took approximately 4 hours and the changing of MAYBE 20-30 method and class names to get the app up and running inside the Aspen simulator.

With this in mind, and with the very miniscule chance that the iPhone Open Development Community is going anywhere, I would say that this book holds more relevance to the current SDK than most people believe. This book is essential for a TRUE understanding of coding on the iPhone platform, and the readers can decide for themselves whether to code using the open toolchain or the official SDK.
Was this review helpful to you?
Most Recent Customer Reviews
3.0 out of 5 stars LocalBeacon
For those app developers that don't know Objective-C and Cocoa Touch and don't want to outsource development, check out localbeacon (an iphone app builder) at [...]. Read more
Published on March 15, 2010 by Reuben R. Beckmann
3.0 out of 5 stars I regret not buying this book before
It's very detailed and I think was very useful.Even though I have never wrote a line for iPhone App before reading this book, I felt I was understanding. Read more
Published on November 13, 2008 by Enriquez Guillermo
5.0 out of 5 stars Greate API primer, OOP crash course
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. Read more
Published on August 6, 2008 by J. Content
5.0 out of 5 stars Excellent Book.
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. Read more
Published on August 5, 2008 by Skylar E. Cantu
5.0 out of 5 stars Great book, just know what you are looking for
As the other reviewers mentioned this book doesn't specifically talk about the Apple Official SDK, but ALOT of the information is the same. Read more
Published on August 5, 2008 by CodeFree
1.0 out of 5 stars Well-written and informative... for its time
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. Read more
Published on August 4, 2008 by Adam A. Wolf
2.0 out of 5 stars Unlocked iPhone Applications Only
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. Read more
Published on June 6, 2008 by Oliver Moffat
4.0 out of 5 stars You need to read the forums
If you are confused by the reviews here, you really need to go read the forum posts ( look for the "Customer Discussions" links below these reviews). Read more
Published on May 8, 2008 by Anthony Lawrence
5.0 out of 5 stars very concise and to the point!!! a must read!!!
iPhone Open Application Development is meant for hard core developers.
The writing style is very concise and to the point, not much BS. Read more
Published on April 23, 2008 by H. Wu
3.0 out of 5 stars Not what you might think it is
I returned this book, since I bought it after Apple's iPhone SDK was released, I assumed that would be the topic of the book. Read more
Published on April 12, 2008 by Chad R. Selph
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

Search Customer Discussions
Search all Amazon discussions

Topic From this Discussion
Quick Question on the Book
The low-level APIs themselves aren't what restrict SDK apps' ability to access files outside of their directory structure. They do limit the functionality of SDK applications, but file access is enforced by the sandbox running in /var/mobile/Applications. When you write an "open"... Read more
Aug 5, 2008 by Jonathan Zdziarski |  See all 3 posts
Book does NOT cover official Apple SDK
If you read through the frameworks discussed in this book and have delved into the official SDK at any depth, you would see that the majority of it all is the same. For all practical purposes (and a real-world example), I have recently finished porting an "unofficial" open-sourced... Read more
Mar 12, 2008 by Brady L. |  See all 13 posts
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category