Programming in Objective-C and over one million other books are available for Amazon Kindle. Learn more

Due Date: Oct 27, 2013

FREE return shipping at the end of the semester
 
   
Sell Us Your Item
For a $3.30 Gift Card
Trade in
Have one to sell? Sell yours here
Start reading Programming in Objective-C 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

 

Programming in Objective-C, Third Edition (Developer's Library) [Paperback]

Stephen G. Kochan
4.6 out of 5 stars  See all reviews (47 customer reviews)

Rent
$20.75
In Stock.
Rented by RentU and Fulfilled by Amazon.
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $18.00  
Paperback --  
Unknown Binding --  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now
There is a newer edition of this item:
Programming in Objective-C (5th Edition) (Developer's Library) Programming in Objective-C (5th Edition) (Developer's Library) 4.5 out of 5 stars (37)
$29.76
In Stock.

Book Description

June 20, 2011 0321711394 978-0321711397 3
Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for the iOS and Mac platforms.

The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon). Because of this, both beginners and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C. Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying procedural language (C).

This unique approach to learning, combined with many small program examples and exercises at the end of each chapter, makes Programming in Objective-C ideally suited for either classroom use or self-study. While the Objective-C language itself has gone through relatively minor changes since the introduction of Objective-C 2.0, the Apple development tools that programmers use for Objective-C development on the Mac and on iOS have changed significantly in a very short period of time.

The third edition of Programming in Objective-C includes numerous updates and improvements throughout the book:

  • Improved organization for some chapters
  • Incorporation of feedback and suggestions from members of the author's forum for readers, including more detailed descriptions for some of the examples
  • A new introduction to blocks with examples
  • Replacement of deprecated methods with newer methods
  • Updated diagrams and steps for using Xcode 4


  • Editorial Reviews

    From the Back Cover

    Programming in Objective-C, Third Edition
    An introduction to the Objective-C language for iOS and Mac OS X development

    Stephen G. Kochan

    Objective-C has become the standard programming language for application development on the iOS and Mac OS X platforms. A powerful yet simple object-oriented programming language that’s based on C, Objective-C is widely available not only on Apple platforms but across many operating systems that support the gcc compiler, including Linux, Unix, and Windows.

    Programming in Objective-C provides the new programmer a complete, step-by-step introduction to the Objective-C language. The book does not assume previous experience with either C or object-oriented programming languages, and it includes many detailed, practical examples of how to put Objective-C to use in your everyday programming needs.

    The third edition of Programming in Objective-C features updated and expanded coverage of the latest developments in Objective-C as well as new tools such as Xcode 4. It shows how to take advantage of the Foundation framework’s rich built-in library of classes and provides an introduction to iOS programming.

    About the Author

    Stephen Kochan is the author and coauthor of several bestselling titles on the C language, including Programming in C (Sams, 2004), Programming in ANSI C (Sams, 1994), and Topics in C Programming (Wiley, 1991), and several Unix titles, including Exploring the Unix System (Sams, 1992) and Unix Shell Programming (Sams, 2003). He has been programming on Macintosh computers since the introduction of the first Mac in 1984, and he wrote Programming C for the Mac as part of the Apple Press Library. In 2003 Kochan wrote Programming in Objective-C (Sams, 2003), and followed that with another Mac-related title, Beginning AppleScript (Wiley, 2004).


    Product Details

    • Paperback: 552 pages
    • Publisher: Addison-Wesley Professional; 3 edition (June 20, 2011)
    • Language: English
    • ISBN-10: 0321711394
    • ISBN-13: 978-0321711397
    • Product Dimensions: 7 x 1.1 x 8.9 inches
    • Shipping Weight: 1.8 pounds
    • Average Customer Review: 4.6 out of 5 stars  See all reviews (47 customer reviews)
    • Amazon Best Sellers Rank: #436,754 in Books (See Top 100 in Books)

    More About the Author

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

    Customer Reviews

    Most Helpful Customer Reviews
    40 of 40 people found the following review helpful
    Format:Kindle Edition|Amazon Verified Purchase
    This book is outstanding. It provided just the right balance of a fast pace but not too fast as to be overwhelming. It is a prerequisite for any other iOS development book, unless perhaps if you are an experienced developer of Mac apps.

    It covers Xcode 4, which is good for anyone starting out (why start out with an already outdated version of Xcode?). If you don't yet have Xcode 4, you will need to either pay $5 in the Mac App Store (prepare for a several hour long download) or pay the $99 annual developer program fee. I found Xcode 4 to be worth the upgrade price versus the free Xcode 3.

    The book is extremely well written, assumes little to no prior C knowledge (although prior development experience will no doubt help), and explains basic concepts. I appreciated that it sometimes took "the long way" in example code, in order to have more readable code, rather than resorting to abbreviated shortcut code that can be much harder to read.

    Even though the book is focused on Objective-C, it has a nice small section at the end that covers iOS development and walks you through a basic iPhone app: a fractions calculator. However, if you already have expertise with Objective-C and are just wanting to learn iOS, then this book might not be the best for you. This is best as the first book an iOS developer reads, and then additional books focused just on iOS would be the logical next steps after this book. But reading an iOS book without first having the understanding of Objective-C will likely set you up for failure.

    While the book is excellent, the Kindle edition is a bit difficult when reading code samples. Also, some tables were completely unreadable on my 2nd generation Kindle.
    ... Read more ›
    Was this review helpful to you?
    26 of 26 people found the following review helpful
    5.0 out of 5 stars Despite what you see in the iOS dev forums... June 28, 2011
    Format:Kindle Edition|Amazon Verified Purchase
    This is an incredible book for any developer's library. Yes, Apple's development library is both free and as in-depth as it comes, but the problem there is that they're explained assuming prior knowledge in either Objective-C or some other object-oriented programming history in your past. Reading through about all of them aside from the HIG, I found my head spinning and a distinct lack of comprehension setting in.

    I was quick to buy Kochan's second edition of this book, and I wasn't disappointed with what I found there, though I knew it could be better if it was up to date with current material.

    Enter the third edition, utilizing Xcode 4.

    It shows you EXACTLY what to do in each project without having to assume what to do between the then-current Xcode 3 and the currently current Xcode 4.

    I'd fully recommend this to any budding iOS or Mac developer.
    Comment | 
    Was this review helpful to you?
    28 of 29 people found the following review helpful
    5.0 out of 5 stars Great for learning Obj-C without learning C first June 23, 2011
    Format:Kindle Edition|Amazon Verified Purchase
    I have been looking for a way to learn how to write iOS apps in Objective-C without having to learn C first. Almost every book I've looked at for iOS programming either assumes you already know Obj-C or C. This book doesn't. I'm only 3 chapters into the exercises, but I've skimmed the book for other topics and found it to be consistently well done.

    If you want to learn Obj-C from scratch, without previous C knowledge, your money would be well spent on this book. I'm using the Kindle version. It looks great on my iPad, and is also well formated on the smaller screen of my Kindle.
    Comment | 
    Was this review helpful to you?
    10 of 10 people found the following review helpful
    5.0 out of 5 stars Research before you buy July 31, 2011
    By Chris
    Format:Kindle Edition|Amazon Verified Purchase
    First, this is a great book. Now that's out of the way, here is the rest of my review.

    If you have never programmed for Mac or iOS (iPhone, iPad, etc..) then buy this book. Programming for the Apple platforms has two parts. The User Interface and the code. This book covers mainly the code and only touches on the User Interface. If you have never programmed for Mac or iOS then you need to know the code behind the cool looking applications to build anything but simple calculator and temperature conversion apps.

    I have been a programmer for many years on Windows (Visual Studio) and even done some web programming. I spent at least two weeks researching the best way to learn to program for the Mac. Know the Objective-C first (you don't need to master it) then work on the User Interface. You can make programs without the User Interface, but you cant make programs without knowing at least some Objective-C.

    With all of that said, I have been working my way through the tutorials and exercises and I am currently on chapter 5 in only two days. The code is really easy to pickup and the examples are clearly documented and well thought out. Don't be afraid to mix-up some of the code and experiment as you go, just don't get ahead of yourself. If you purchase the Kindle Edition don't just copy and paste the examples. Type them in. Trust me on this. You need to get used to typing in all of this code and making mistakes and typos and finding them will only help you becoming a better programmer. You won't break anything.

    Its really simple, of you have never programmed for anything made by Apple and have never touched languages "C" or "Objective-C" then you need to get this book and work through all of the tutorials.
    Comment | 
    Was this review helpful to you?
    6 of 6 people found the following review helpful
    5.0 out of 5 stars A perfect place to start July 18, 2011
    Format:Kindle Edition|Amazon Verified Purchase
    If you want to learn Objective C (and who wouldn't?) this is the perfect book. It is very well written, assumes no prior programming knowledge, and each chapter builds nicely upon previous chapters. In addition, there is a comprehensive online forum where the author and students are very active. I bought the second edition about a year ago and worked my way though most of the book before I got sidetracked. Now I'm back at it with the third edition and have noticed a few nice improvements. One section in particular had me stumped in the second edition, but in this third edition it is thoroughly explained. I also bought the Kindle edition for the iPad to use when traveling or reading in bed late at night - I still prefer the feel of a book but there is nothing wrong with the electronic version that I have found.

    On a side note, I have been using the pre-recorded webcasts this time around as well and have been amazed by how helpful these have been. There were a few sections I struggled with the first time through the book - having them presented in a classroom style while watching the author work through the examples in Xcode has made a huge difference. (A word of warning - the production quality is abysmal, however, the quality of the content is priceless.)

    I have shelves filled with technical books covering everything from robotics to web design. This is easily the most well written book of the lot.
    Comment | 
    Was this review helpful to you?
    Most Recent Customer Reviews
    5.0 out of 5 stars Much better than the typical computer science text
    This book is much better than the typical book on computer science. The presentation follows several examples that are developed incrementally through the chapters. Read more
    Published 1 month ago by Murray R Dunn
    4.0 out of 5 stars Great start point
    It is a very good book that covers fundamentals of objective C. Once you finish the book, you really feel confident to start developing applications for the mac and iOS.
    Published 2 months ago by Castmart
    5.0 out of 5 stars clearly written and well-explained
    Although I considerably more to read and to work through in this book, I have thus far found it to be a very clear introduction to Objective-C. Highly recommended.
    Published 5 months ago by Jacob Malcom
    5.0 out of 5 stars Good reference
    This book serves as a good reference on the language. It is not an iOS development book, it is a great reference book on the programming language itself. Read more
    Published 5 months ago by pariah
    5.0 out of 5 stars Great Book
    For someone that literally knew NOTHING about programming this book is invaluable. It explains HOW to do things and more importantly WHY things are done a certain way. Read more
    Published 6 months ago by Johan
    4.0 out of 5 stars Book Covers ALL
    The author does a good job of introducing programming in C as it applies to Objective-C programming. Read more
    Published 8 months ago by Demetrios J. Govostes
    5.0 out of 5 stars Great start to making iOS apps
    This is a great book to not only learn Objective-C, but to start with no prior programming experience. Read more
    Published 8 months ago by Frank P. Schwab
    1.0 out of 5 stars I feel forced to finish it because I bought it... Does not teach Mac...
    Objective C is supposed to be the language of Mac programming. This book teaches you the basic academics of programming in the most long winded text book beginner fashion you can... Read more
    Published 14 months ago by N. Juntilla
    5.0 out of 5 stars great for reference
    I find this book is probably the best reference available. The indexes are complete and the sections of the book pertaining mostly to Objective C are extremely comprehensive. Read more
    Published 16 months ago by Jason P
    2.0 out of 5 stars Sorry to say, this book is just okay
    I'm sorry, but I think this should have been a much better book. The cover touts that it's been updated for Xcode4; within a couple of minutes, I found a lot of it to be pretty... Read more
    Published 18 months ago by peg2
    Search Customer Reviews
    Only search this product's reviews


    Forums

    Search Customer Discussions
    Search all Amazon discussions

    Topic From this Discussion
    2nd vs 3rd Edition
    Things have been changing so quickly, mostly due to Apple's changes to XCode 3.5 -> 4.0 -> 4.2. There were also significant changes made to the language incorporated with the release of Xcode 4.2. I've been trying my best to keep up with Apple's changes as they affect things like screen... Read more
    Oct 26, 2011 by Stephen Kochan |  See all 3 posts
    Just found out...
    It's also available as a Kindle edition from Amazon (for less).
    Jun 18, 2011 by Stephen Kochan |  See all 2 posts
    note from the author for xcode 4.2 users Be the first to reply
    Start a new discussion
    Topic:
    First post:
    Prompts for sign-in
     




    So You'd Like to...

    Create a guide


    Look for Similar Items by Category