Skip to content

Beginning iPhone Development: Exploring the iPhone SDK

Select Format

Select Condition ThriftBooks Help Icon

Recommended

Format: Paperback

Condition: Good

$4.19
Save $35.80!
List Price $39.99
Almost Gone, Only 1 Left!

Book Overview

Are you a programmer looking for a new challenge? Does the thought of building your very own iPhone app make your heart race and your pulse quicken? If so, then Beginning iPhone Development is just... This description may be from another edition of this product.

Customer Reviews

5 ratings

From 0 to Developing in a week

I cannot say enough good things about this book. I'm a developer for a large agency in Los Angeles and recently many of our clients have been inquiring about developing iPhone apps. Unfortunately, our only iPhone devs are in our NY office, so it makes it a little difficult. Since I've been using macs forever and I've been interested in developing for the iPhone/iPod Touch platform since the SDK was announced, I figured this was as good a time as any to take on learning the Cocoa Touch platform/framework. I have a decent amount of programming experience, but it's mostly in PHP/Java/AS3/JS/ETC and Objective-C looks like a foreign language compared to those others. I initially read the Apple docs and training materials (which are great btw), but they didn't really start at square 1, which is what I needed. So then I downloaded some video training courses and they were pretty good, but they still left me with more questions than answers. Then, I bought this book. It is fantastic. As someone who graduated with degrees in both English and Web Development, I must say I appreciated this book on many levels. It is easy to read, well-indexed and perfectly structured. The authors use every lesson to build on the last one, while still ingraining into you what you learned in the last lesson instead of assuming that by doing it once, you have it mastered. Beyond the structure of the book, I find the breadth of topics covered to be its greatest asset. It teaches you about almost everything you would need to know about developing an iPhone application. From basic layouts to multiple views and camera integration. It does all this and it does so in an easily understandable manner. I could go on and on, but I think it can all be best encapsulated in one sentence: I received this book on a Tuesday and by the end of Sunday, I was developing an application for a client and having far less difficulty than I ever would've imagined. If you are interested in developing for the iPhone, this is the book you need.

iphone omnipotence (iO)

Personally, I'm happy with what this book provides in the form of Objective C examples and fundamentals for creating iPhone native applications with Xcode and Interface Builder. The learning pattern of the book goes like this: write some code, run some code, and explain some code. This works well for most people with experience in application development. If / when you get this book, however, do not put too much pressure on it to explain to you every possible concept there is to know about Objective C, patterns, explicit syntax, etc. It is more or less a guide for learning the fundamental abstract concepts of iPhone applications using concrete Objective C code examples. Many reviewers have stated that this is not a beginners book and it may not be for people who have never been exposed to Objective C. This book alone may not get you to iphone omnipotence (iO) and you shouldn't expect it to by default, but seriously consider buying this book and one other Cocoa / Objective C book such as Cocoa(R) Programming for Mac(R) OS X (3rd Edition) in order to gain mastery of the subject matter.

One of the BEST Programming Books EVER!

This book is one of the best programming books ever written!!!!! Want to know how good this book is? Over the holidays, my 12 year old was begging me to help him learn iPhone programming since he saw me release my first few apps and make a few dollars on it. He has never done any programming before. I told him to first read the first 100 pages of Programming in Objective-C by Stephen Kochan so he understood the basics of programming and then I gave him this book to learn about programming the iPhone. By the end of the weekend, he had written his first basic iPhone app. I was so amazed I am now going through the book page by page myself, and this 25 year veteran of computer programming is also learning a lot. It's hard to teach an old dog new tricks, and the switch from someone used to doing strictly procedural assembly language and C programming to something like the iPhone is tough, but this book has shed a whole new light on how to program for the iPhone. Simply put, it's fantastic.

Fantastic reading!! Excellent work!!

When this book arrived, and I saw the book cover, I knew I got something different. Not a cookie-cutter book but an original piece of work where somebody really intended to teach something. I just got this book a few days ago and with this 4-day Thanksgiving weekend and living alone I have been having a blast focusing just on this book. I haven't read through it all yet, still just a quarter of the way through, but I'm not trying to cram. This book does exactly what I want a book to do (as opposed to an online reference resource): stop and talk about every little thing that is really useful to know in the workflow of applications programming on an iPhone. These guys know how to write. They don't leave the reader with presumptuous word choice and leave the reader hanging; every time they say something it's like they read the mind of the reader, "Now you might be wondering, what about... or why not do ... Well, let's talk about that." Nearly every corner is covered, and where I still have questions it's usually not directly related to the topic, i.e. I have an Obj-C question. Even then, after I return from surfing the web for answers, I return to the book and turn the page and the book says, "You should read up on this stuff at [URL]"... I kid you not, this book had me floored. Looking towards the latter pages of the book, I can't help but be astounded, thinking, wow, I get to learn about THAT? And in the same style of learning that I've been enjoying so far? This is great! There are very few errors, mostly just little things that the reader can spot just by paying attention. There are plenty of enough illustrations and tips to keep the reader engaged and constantly learning not just the basics but how to get comfortable in the workflow of iPhone development. My only disappointment is that the book assumes knowledge of Obj-C, but fortunately it comes with plenty of URLs and references to complete those prerequisites as well, and really, to discuss Obj-C in detail, beyond the rather brief coverage-as-we-go that is indeed in this book, would have been beyond the scope of the book so that's fine. There's just nothing I can say bad about this book, and everything good. It is by far the funnest technical book I've owned and cracked open in months, if not years. By the way, coming from a C# background (and Java and VB5/6 before that), lightweight programming of the iPhone is EASY!! It's different, but it's easy, particularly compared to C++ programming which I've had a number of false starts. For me, if I can go from VBScript to VB6 to Java to C#, I can go from C# to Obj-C. Also, the workflow of Xcode + Interface Builder is somewhat analogous to the workflow of Visual Studio + Expression Blend 2 for WPF programming, if indeed event handlers would have been set up in the Blend designer in a drag-and-drop way. I must also add, learning how to develop software in Xcode forces the developer to learn MVC. I don't know why people who are used to Visual

Strong foundation on which to build your Cocoa Touch knowledgebase

In keeping with Dave Mark's excellent track record for introductory Mac development books (referring to his Learn C on the Mac classic) and Jeff LaMarche's obvious talents, this book is THE book for those new (and really, who isn't?) to iPhone Development. I'll start by saying that relative to the Apple samples, the authors are heavily into Interface Builder usage, which is good to force separation of your Views from your Controller logic, but a challenge when you fumble hooking up an outlet and things don't work as you expect. Understanding how IB outlets & actions interact with source code is different than other programming most of us not from a NextStep heritage are used to. That is to say, for most programmers, debugging and changing behavior in source code is a much more familiar method to follow than trying to fix a NIB file. Not necessarily a better one mind you, but a significantly different one that'll take some getting used to. That said, from my own brief experience, it seems starting off with a strong fundamental understanding of Apple-flavored MVC from this book, enforced via Interface Builder views and managed via controller source code, is preferable to trying to structure it correctly just in source code (as Apple usually shows it). With respect to IB, the authors do a great job covering the common mistakes we all make and what you should do to resolve them (i.e. in Chap 6 they mention that if you don't see the proper action popup, you probably control-dragged from the wrong IB component. Nice touch.) A minor nit, when I read the chapter on autorotation, I didn't find mention of the very handy "autoresizingMask" property of a view (UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth), which handles the changing sizes of a view for you. They mention it in passing, but it's such a nicely done feature that more people should use, it might deserve a project sample. Bonus: they explain why Apple discourages use of the "upside-down portrait" mode, which is good to know. The authors wisely emphasize the importance of TableViews, which are so central to so many iPhone app interfaces for a reason. I've skimmed those chapters (8 & 9) and they're the best available anywhere on explaining tables and how they interact with Navigation Controllers and subviews. I'm really looking forward to digging into them. My initial concerns that like a compelling preview to a bad movie (I'm looking at you Zohan) I was worried that Chapter 3 [which Apress has available on their website, google for it if you're looking for a representative sample] would be the best in the book. Chapters 6-9 put those fears to rest. The remaining chapter coverage is conducive to arming you with the basics to create a solid, stable, fully-featured iPhone/iPod Touch application that combined with your own creativity and hard-work, you'd be proud to display in the App Store. So, in sum, this is the book to get right now if you're just starting out on de
Copyright © 2023 Thriftbooks.com Terms of Use | Privacy Policy | Do Not Sell/Share My Personal Information | Cookie Policy | Cookie Preferences | Accessibility Statement
ThriftBooks® and the ThriftBooks® logo are registered trademarks of Thrift Books Global, LLC
GoDaddy Verified and Secured