Search

iPhone Programming: The Big Nerd Ranch Guide

Great Price "iPhone Programming: The Big Nerd Ranch Guide" Today



I move from software technologies almost yearly, starting with PHP to ASP.NET and now starting iPhone development, so each year is basically another library of books I have to buy to teach myself the language. I've read a ridiculous amount of computer books, ranging from the terrible (super boring, dense) to the insultingly easy ones (that basically treat you like a 4th grader learning programming.)

This, thankfully, is a fantastic mix of being incredibly easy to pick up and read, and also super informative. As far as iPhone development goes, this will be my 4th introductory book I've picked up, trying to get a handle on developing for the platform. The other books all typically tend to throw you into immediately coding, and never really actually explain why you're doing what you're doing, or make sense of any of it. Yes, this book does start off with an example chapter that you basically just copy word for word, but that's mostly to get your feet wet before actually digging through all the details and building your foundation.

In the first 3-4 chapters of this book, I already feel like I have a complete grasp on subjects that I did not yet understand from the 3 previous books I've read. I sort of had an idea why I typed '*' in front of names, or what @property (retain) statements meant, but I never fully understood what I was doing--it was mostly just "well, I read it, so it must be the way to do it." Basically, the other books got me about 75-80% there, but this one is 100%. The last 20 I feel is the most important, because that's when you finally begin to understand the concepts of the language, which let you move onto the more complex stuff with confidence.

Another reason I feel this makes a great coding book is the layout of each page. I can't tell you how important it is to present all that text + code in a meaningful, organized way. I've read some books where they just hit you over the head with instructions, with almost no visual clues and with fragmented code samples. But the pages in this book have plenty of white space per page, have plenty of illustrations and each code sample is commented (an appropriate amount) to give you hints as you're typing code as to what you're doing.

Finally, and thank goodness for this, the first example in this book that you write is NOT a Hello, World app :)

In summation, if you're like me and have started to read a few books (or maybe you haven't, I wish I could have started with this one) and are looking for a way to really feel confident with iPhone core concepts, then pick this book up and give it a read. I can't wait to get started on the many project ideas I have!


Rating :
Price : $39.99






iPhone Programming: The Big Nerd Ranch Guide Overviews

Written by the trainers at the Big Nerd Ranch, the worldwide leader in professional training for Mac developers, this book provides a hands-on guide to learning how to program for the iPhone and iPod touch. Coverage includes

  • An overview of Objective-C, the core language you’ll use to program for the iPhone
  • An overview of the Xcode Tools
  • How to work with the iPhone SDK’s UIKit framework and Cocoa Touch
  • Build apps that use MapKit and CoreLocation, as well as the magnetometer
  • Dive into animation and effects, using Core Animation and OpenGL ES


Affordable Price at Store
Buy Low Price From Here Now!




Customer Review


This is now the definitive iPhone programming guide - TB-10 Pilot - Columbus, Ohio
This is going to become the new definitive guide for iPhone application development!

When I read the book I felt that I was actually talking to a real person explaining it to me.

The book is organized in a 'class in session' format where a concept is described, explained and then you are given a small project to type in, play with and modify. What is extremely surprising is that ALL the code works! I have yet to find a typo in any of the code examples. And better yet, the Kindle version displays all the graphics in full color if you use the MAC kindle reader! I bought both the paperback for a desk reference and the kindle version for fast access.

But the way the book is structured, if you follow the examples as you read, you will amass a huge amount of working and 'REUSABLE' code in your projects. And also, you will remember where and why you entered that code and where you can go back to get it. Another super plus is that almost every method, section and even line segment code are commented so you can see exactly what each snippet of code does.

For an old PL/1 and VB6 and .net person, all it took was just learning the Objective C syntax and apply that to the objective programming models I already know. Delegates = Callbacks, IB = Form Builder, etc. Once I figured that out it was very easy to understand what Joe and Aaron were saying. I already updated real-time some of my older apps with new functionality just by using the examples in this book.

If you are new iPhone programmer or want to know about how it work, go no farther. This is the book for you!


Misleading on OpenGL ES. - Marc R. Bublitz -
The book promises "Dive into animation and effects, using Core Animation and OpenGL ES" but there is no OpenGL ES in the book. The authors state that they wrote a chapter for it, then rewrote it, then rewrote it, then decided to leave it out and put the information into another book.

The rest of the book seems like it is well written and gets to the point without a lot of fluff, but seeing as I specifically ordered the book for the OpenGL ES information then had to go through a return process because I was mislead by the publishers I cannot rate this any higher than a three star.



Related to Items You've Viewed




Special Offers
Compare Price Now!



*** Product Information and Prices Stored: May 28, 2010 18:40:07


Tags : Best Deals & Discounts And Reviews Online Shopping Best iPhone SDK Textbooks BUY "Cat And Dog Collars" NOW!! Best Price And Reviews On Blankets and Throws Best Deals & Reviews On Backpack Picnic

Read more

Cocoa Programming: A Quick-Start Guide for Developers (Pragmatic Programmers)

Great Price "Cocoa Programming: A Quick-Start Guide for Developers (Pragmatic Programmers)" for $17.94 Today



In my opinion this is a great book for beginners in Cocoa. The author conceptually explains the framework for Cocoa Programming (that is to me more useful then just a programming recipe book). Yes, there are a lot of recipe like books out there for iPhone and Mac programming, but if you really want to learn how things work, this book actually will help fill in the details for you. For example this book really explains 'delegates' and 'first responder' concepts in more plain language to me then other sources I used . Also, in the recent update to the book, the author covers new and important concepts with 'blocks' and 'grand central dispatch' which are new to snow leopard. The book is a big time saver and the price was very affordable (the last I checked) .

Cocoa Programming: A Quick-Start Guide for Developers (Pragmatic Programmers) Features

  • ISBN13: 9781934356302
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :
Price : $32.95
Offer Price : $17.94





Cocoa Programming: A Quick-Start Guide for Developers (Pragmatic Programmers) Overviews

Cocoa Programming: A Quick-Start Guide for Developers shows you how to get productive with Cocoa-fast! We won't walk you through every class and method in the API (but we will show you where to find that information). Instead, we'll jump right in and start building a web browser using Cocoa. In just a few minutes you'll have something that works. A couple of minutes more, and you'll have code in your custom controller, listening for notifications and call-backs. Soon you'll have the functionality you'd expect in a full browser. And that's just the first few chapters...


Affordable Price at Store
Buy Low Price From Here Now!




Customer Review


Well thought out and not rushed - Brad Hutchins -
Pragmatic has done it again. They once more found an author to truly tackle this ever growing important subject. Cocoa Programming, and not just on the Mac but touches on the iPhone and iPad a bit. Everything is clear and concise and easy to follow. Objective-C can be a bit daunting, but not at the fault of the author just the nature of the beast. But once you get familiar with the language idioms. Things start to fall into place and you just start to get it.


Great modern introduction to Cocoa - Juio E. Barros -
This is a great modern introduction to Cocoa Programming. It covers a lot of topics and really helps you get the idea behind the design decisions of the apis. It is a great overview of the many important aspects of programming for the Mac desktop.



Related to Items You've Viewed




Special Offers
Compare Price Now!



*** Product Information and Prices Stored: May 27, 2010 11:16:20


Tags : BUY "Cat And Dog Collars" NOW!! Best Price And Reviews On Womens Plaid Blazer

Read more

iPad Programming

Great Price "iPad Programming" for $23.07 Today







Price : $34.95
Offer Price : $23.07



iPad Programming Overviews

Hold an iPad in your hands and you'll know what the fuss is all about. Select an app and the device disappears as you find yourself immersed in the experience--the iPad defines a new category for devices. iPad Programming shows you how to build apps for the iPad that people will love to use.

This quick-start guide will have you writing iPad apps right away using a combination of the familiar iPhone APIs along with the new APIs and additional templates designed specifically for creating iPad applications.

The iPad has a display that's more than seven times as big as the iPhone. The metaphors are different; the application design is different. Users will be able to interact with your iPad app in new ways. In this book you'll learn to take advantage or the additional real estate and functionality.

Every time you turn around it seems as if there's another ten thousand apps added to the App Store for the iPhone. If you're building iPad-specific apps, it's a brand new day with plenty of opportunity. In this book we don't just teach you to write apps that run on an iPad, we teach you to create apps that delight users because they wouldn't make sense running on any other device.

Affordable Price at Store Check Price Now!




Related to Items You've Viewed




*** Product Information and Prices Stored: May 11, 2010 04:29:11


Friends Link : Best Objective-C Textbooks All About Bicycle Trailers - Best Deals, Discounts BUY "Opal Rings and Earrings" Affordable Price Best Deals And Reviews On Antique Gumball Machines

Read more

Beginning Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers)

Great Price "Beginning Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers)" for $17.19 Today



This book is amazing. I have been through it, cover to cover in detail, and have been stunned by the quality. No mistakes (I recall 1 typo in the whole book), a rarity in programming books, and everything went smoothly as I followed along in XCode on my Mac. It's targeted at beginners, yet I feel like somebody wanting a deeper understanding of Apple-based programming will get even more out of it (non-beginners or iPhone OS programmers that are looking for a good foundation). The author has done an outstanding job of leading the reader through the topics and balancing code examples vs. discussion. Can't recommend it enough.

Beginning Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers) Features

  • ISBN13: 9781934356517
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :
Price : $34.95
Offer Price : $17.19



Beginning Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers) Overviews

Beginning Mac Programming takes you through concrete, working examples, giving you the core concepts and principles of development in context so you will be ready to build the applications you've been imagining. It introduces you to Objective-C and the Cocoa framework in clear, easy-to-understand lessons, and demonstrates how you can use them together to write for the Mac, as well as the iPhone and iPod.

You'll explore crucial developer tools like Xcode and Interface Builder, and learn the principles of object-oriented programming, and how memory, data, and storage work to help you build your software.

If you've ever wanted to develop software for the Mac, this book is for you.

Affordable Price at Store Check Price Now!



Customer Review


For those needing an easy intro but with quality... - Brad Hutchins -
This book is my first recommendation for anyone learning how to code for Macs. Learning how Xcode works, why things are laid out the way they are, before people start developing there own beliefs of how things should be done. As any Apple Developer will tell you. You just do this way because it is the Apple way. Don't fight it, go with it. And this intro book really help enlighten you to why things are done the way they are and that the programming paradigm is truly an MVC one.




Related to Items You've Viewed




*** Product Information and Prices Stored: May 08, 2010 03:54:13


Thanks To : All About Bicycle Trailers - Best Deals, Discounts All About Cat And Dog Collars All About GPS Watches Best Deals And Reviews On Cheese Grater Bowl Best Price And Reviews On White Poster Bed

Read more

iPhone App Development: The Missing Manual

Great Price "iPhone App Development: The Missing Manual" for $26.39 Today







Price : $39.99
Offer Price : $26.39



iPhone App Development: The Missing Manual Overviews

Anyone with programming experience can learn how to write an iPhone app. But if you want to build a great app, there's a lot more to it than simple coding: you also need to know how design and market your creation. This easy-to-follow guide walks you through the entire process, from sketching out your idea to promoting the finished product.

  • Get to know the tools for developing your iPhone app
  • Design a great app before you start coding
  • Build a complex app with Xcode and Interface Builder
  • Decide how to brand your app-then beta-test that brand in the real world
  • Learn the inside scoop on how to get your app into the App Store
  • Promote your product, track sales, and build a strong customer following

Affordable Price at Store Check Price Now!




Related to Items You've Viewed




*** Product Information and Prices Stored: May 06, 2010 22:14:09


Visit : BUY "Kangol Hats" With Affordable Price NOW!! Best iPad Development Textbooks All About Cat And Dog Collars Best Deals And Reviews On Cat Safety Collar

Read more

iPhone SDK Development (The Pragmatic Programmers)

Great Price "iPhone SDK Development (The Pragmatic Programmers)" for $21.00 Today



Walk down a city street, and in a short time, you'll most likely bump into someone who holds an iPhone. This device, which was formally introduced by Steve Jobs in January of 2007, has become one of the most coveted and loved handheld gadgets today. In fact, with the hardware on its third iteration and with its OS at version 3.0, it seems unimaginable to think what the world would be without it.

Without a doubt, one of the reasons for the iPhone's major success can be attributed to the involvement and support of thousands of third party software developers who create applications which run on the iPhone. These independent developers primarily serve to augment in a major way what is essentially Apple's limited number of built-in apps. There are now over hundreds of thousands of third party apps designed for the iPhone which has been downloaded billions of times.

While this number appears staggering, there seems to be no sign that the community of third party developers is slowing down. After all, as we know now, with the success of a number of iPhone apps, creating a small piece of software for the iPhone can result to a not-so-small fortune. And if you think that there's no more room for another app, think again. Once in a while, there comes out of nowhere a new app that is so unique and so amazing that iPhone users simply cannot resist downloading. And so, while Apple likes to advertise that "there's an app for that," there is definitely still room for newer and better iPhone apps.

If you have an idea for an app that you want to use on your iPhone but isn't out there yet, or even if you have a better idea for an app that's already out there, well, there's a software app for that--the iPhone SDK. First thing to do is to sign up with Apple to be one of its iPhone app developers (if you haven't done so yet). And then, pick out the "pragmatic" //iPhone 3.0 SDK Development// book by Bill Dudney and Chris Adamson. This is one big book, but it's not scary. Step-by-step, and at your own speed, you'd be guided through the tools and APIs that you can use to create your own software. Packed with useful examples, this book will give you both the big-picture concepts and the everyday "gotcha" details that developers need in order to make the most of the beauty and power of the iPhone OS platform. And with more than fifty sample programs written for iPhone SDK 3.0, this is one book that goes beyond the basic that will help you succeed in creating an app on today's most important mobile platform, the iPhone.

Reviewed by Dominique James

iPhone SDK Development (The Pragmatic Programmers) Features

  • ISBN13: 9781934356258
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :
Price : $38.95
Offer Price : $21.00



iPhone SDK Development (The Pragmatic Programmers) Overviews

Packing the power of desktop applications into a small mobile device, the iPhone SDK offers developers the ability to create dynamic, visually-appealing, and highly-capable mobile applications, using the same APIs and tools that Apple uses for its own applications.

However, harnessing that power means learning new tools, new APIs, and even a whole new programming language.

iPhone SDK Development is a Pragmatic guide to get you started developing applications for iPhone and iPod touch. With it, you'll get a complete understanding of the tools and techniques needed to succeed on the platform:

Use the XCode IDE to manage your source code, images, sounds, database files, and other application resources, building your app and deploying it onto your own device for testing.

Develop your user interface the visual, code-free way, with Interface Builder.

Master the iPhone's unique user interface components, including tables, tab bars, navigation bars, and the multi-touch interface.

Connect your iPhone to the outside world with networking, exploit the power of a relational database with SQLite, and rock out with first-class support for audio and video.

Make use of the iPhone's unique mobile APIs, like geolocation and the motion-sensing accelerometer

Use XCode's powerful performance and debugging tools to eliminate memory leaks, zombies, and other hazards.

* Understand the process for packaging your application for end-user distribution through Apple's App Store.

With explanations of the big picture and an eye to the little details that you'll need, iPhone SDK Development will help you succeed on today's most important mobile platform.

Affordable Price at Store Check Price Now!



Customer Review


Excellent book for beginners - RoryM - Chicago, IL USA
Wanted to develop an iPhone application, but had never done any iPhone or even Mac programming before. Excellent step-by-step instructions and detailed examples. Well tested sample code and examples that were surprisingly deep and useful. Can't say enough about how good this book really is. Took me from being a rookie to someone who can now effectively develop - and have enough background to use the Apple reference material to get to the next level.


Good introductory book - Amol Kher - Austin, Texas USA
As a completely new Mac programmer, this book was very easy and helped me gently ease into the topics with ample examples and logical flow.

I recommend it to anyone who wants to write an iPhone app.



Related to Items You've Viewed




*** Product Information and Prices Stored: May 04, 2010 15:45:13


See Also : All About Cat And Dog Collars Best Deals & Reviews On Ultimate Picnic Backpack Best Deals & Reviews On Picnic Backpacks for Four

Read more

Cocoa Programming for Mac OS X For Dummies

Great Price "Cocoa Programming for Mac OS X For Dummies" for $13.66 Today



This was a fantastic insight into programming on my Mac! I've been wanting to get a start in the programming scene for a while now and this book has helped me so much. It is a 'dummies' guide as it hasn't taught me everything, but I would strongly suggest this to anyone wishing to start programming on the mac (new programmers). Now something I would like to say to the authors: Why is it so expensive? It is only a couple dollars less than the physical book! It has cost you nothing to ship or reproduce it but still the high price. For the quality of this book, for the amount of pages, for the actual knowledge granted the reader, why not half the price? The lower the price the higher the sales. This is my personal opinion, I am on a campaign to help eBook lovers everywhere, we have a device to read it on, why are we still paying for paper?

Cocoa Programming for Mac OS X For Dummies Features

  • ISBN13: 9780470432891
  • Condition: USED - VERY GOOD
  • Notes:



Rating :
Price : $34.99
Offer Price : $13.66



Cocoa Programming for Mac OS X For Dummies Overviews

Cocoa programming is not only the favored development environment for Mac OS X, it’s also a primary tool for creating iPhone and iPod Touch software. That makes this a great time to learn Cocoa, and Cocoa Programming for Mac OS X For Dummies is the ideal place to start!

This book gives you a solid foundation in Cocoa and the unusual syntax of Objective-C. You’ll learn what’s new in Cocoa frameworks and create an application step by step. For example, you can:

  • See how Xcode underlies your applications as the main component of Apple’s IDE
  • Examine the basics of the Objective-C language, the elements of a Cocoa interface, and object-oriented programming
  • Use Xcode and Interface Builder
  • Spruce up your apps with audio, video, Internet features, stylized text, and more
  • Create applications with the stunning graphics for which Macs are famous
  • See how to build apps with multiple documents and even executables that aren’t traditional Mac apps
  • Use all the exciting new Cocoa features
  • Work with Cocoa numbers, arrays, Booleans, and dates
  • Build document-based applications
  • Simplify with key-value coding

The better you understand Cocoa programming, the better the applications you can create for Mac OS X, iPhone, and iPod Touch. Cocoa Programming for Mac OS X For Dummies makes it easy and fun!

Affordable Price at Store Check Price Now!



Customer Review


Outdated and wrong in spots - William Castello - Rio Rancho, NM United States
Although the book is well written and well developed, time marches on and left this one behind. Any current version of XCode will leave the reader very annoyed as the examples do not work at all. Not even close to being completable. It's a shame, because the actual description of some XCode concepts is very well done, and at other times, they miss entire areas?

Get a more updated book, this one has become a paperweight. (Written in April 2010, for reference sake)


Good. But Out of Date - Wait for a New Edition! - Nina P - San Francisco, CA USA
I agree with one of the reviewers who said that the book was 'good' but certain areas needed more explanation.

Unfortunately, worse than that, is that the book is now out of date. Otherwise I would have given it 4 stars instead of the 1 star.

I bought this book when XCode was at version 3.0 but had too many other things to work on. So it sat on my desk for 4 months before I was able to get on to reading it. Unfortunately, since that time, XCode and Interface Builder (the associated application used for designing UI for both Cocoa & iPhone apps) were updated. For the most part, many things are still relevant. But, major differences in how you make connections from UI elements in Interface Builder to your code have changed in version 3.2.1. Not to mention syntactical changes in Cocoa 2.0.

- Readers unfamiliar with Xcode (which I assume this book is aimed at) will be lost when they see pictures and descriptions that refer to panels that no longer exist.

- Workflow will be utterly confusing.

- Current Cocoa 2.0 syntax will be missed.

It's a shame that technical books become out of date so quickly. But I wish publishers and booksellers would do a better job informing people when it's happened.

For information on the changes in xcode, follow these links for release notes:
[...]



Related to Items You've Viewed




*** Product Information and Prices Stored: May 03, 2010 15:42:11


Friends Link : BUY "Cat And Dog Collars" NOW!! BUY "Opal Rings and Earrings" Affordable Price BUY "Kangol Hats" With Affordable Price NOW!! Best Price And Reviews On Samsung Television Stands

Read more

Cocoa Design Patterns

Great Price "Cocoa Design Patterns" for $26.99 Today



This has been a very interesting and easy read. This book covers Cocoa design patterns for Mac OS X 10.5, Leopard, as you can see on page xxiv. However, learning the design patterns of Cocoa for Leopard will greatly help your understanding of Snow Leopard and later iterations of Mac OS X. Though it would have been interesting to know of any changes to these design patterns in Snow Leopard, something you might have expected in a 2010 copyright book.

That being said, this book is very easy to read and understand, if you really want to learn Cocoa. Though the learning curve for Cocoa is steep, this book greatly simplifies that process. However, not all the code seems to have been carefully checked for errors.

For example, the terminal colon on a method name taking a parameter was often missing, as you can see on page 212:

[someControl setAction:NSSelectorFromString(@"copy")];

The method "copy:" is very different from "copy". "copy:" takes a parameter while "copy" takes none. A colon in an Objective-C method is part of that method name and indicates a parameter to be inserted after it when invoking the method. A method that takes no parameters has no colons in its name. A method name with any number of parameters has a colon for each parameter and always ends with a colon for the last parameter. The error of leaving out the terminal colon for method names taking a parameter was common in the code in the book.

Another error I found was on page 104 where this method was shown:

- (id) performSelector:(SEL)aSelector
{
IMP methodImplementation = [self methodForSelector:aSelector];
return (*IMP)(self, aSelector);
}

IMP is a function pointer type defined on page 103 as:
typedef id (*IMP)(id self, SEL _cmd, ...);

The error is that the return statement above should be this:

return (*methodImplementation)(self, aSelector);

This error was also from not carefully reviewing the code. It may have been better to test the code before putting it in the book to make sure it compiles and works. If I were to write a book, I think I would copy the code to an IDE first, test it, and then copy it back into the software I would be using to write the book.

However, generally the code is correct, and the code errors are not that unusual for computer books. Also, the book has the right mixture of code and text, and the examples are well thought out. At one point I thought I saw an error, but it was correct. On page 332 in the method + (MYGameHighScoreManager *)sharedInstance I did not see where the static variable myInstance was declared. Then I noticed that it is declared at the top of the code listing on page 331 outside of the @implementation block. Referring to page 154, I found a similar method with the same declaration at the beginning of the method:

static MyGameHighScoreManager *myInstance = nil;

In fact, except for that line the two methods on pages 154 and 332 are identical. The difference is that the method in page 154 declares it within the method statically while the code in page 331 shows the same static declaration made outside both the @implementation and the @interface code blocks, which is the correct way to do it, given the intermixing of C and Objective-C code. Hence, learning Cocoa requires expertise in both Objective-C and C, one reason for the steep learning curve. These languages may be simple to learn, but require a lifetime to master.

Due the code errors I found and for not covering Snow Leopard, I give this book 4 stars, but for the content and the explanations I would give this book 5 stars for the author makes it very easy to read and follow. Overall, I would recommend anyone who wants to learn Cocoa or improve their understanding of it to get this book, and I am glad I bought it. It has increased my understanding and filled many holes in my knowledge of Cocoa, for there really are not many books on the subject.

However, I see on Amazon that newer books are coming out on the subject soon. But I still recommend giving this book a read just to learn the design patterns and to understand how Cocoa works and the proper way to program in it. Whether you are expert at Cocoa or a beginner, you will get a lot out of this book.

Cocoa Design Patterns Features

  • ISBN13: 9780321535023
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :
Price : $49.99
Offer Price : $26.99



Cocoa Design Patterns Overviews

“Next time some kid shows up at my door asking for a code review, this is the book that I am going to throw at him.”

 

–Aaron Hillegass, founder of Big Nerd Ranch, Inc., and author of Cocoa Programming for Mac OS X

 

Unlocking the Secrets of Cocoa and Its Object-Oriented Frameworks

 

Mac and iPhone developers are often overwhelmed by the breadth and sophistication of the Cocoa frameworks. Although Cocoa is indeed huge, once you understand the object-oriented patterns it uses, you’ll find it remarkably elegant, consistent, and simple.

 

Cocoa Design Patterns begins with the mother of all patterns: the Model-View-Controller (MVC) pattern, which is central to all Mac and iPhone development. Encouraged, and in some cases enforced by Apple’s tools, it’s important to have a firm grasp of MVC right from the start.

 

The book’s midsection is a catalog of the essential design patterns you’ll encounter in Cocoa, including

  • Fundamental patterns, such as enumerators, accessors, and two-stage creation
  • Patterns that empower, such as singleton, delegates, and the responder chain
  • Patterns that hide complexity, including bundles, class clusters, proxies and forwarding, and controllers

And that’s not all of them! Cocoa Design Patterns painstakingly isolates 28 design patterns, accompanied with real-world examples and sample code you can apply to your applications today. The book wraps up with coverage of Core Data models, AppKit views, and a chapter on Bindings and Controllers.

 

Cocoa Design Patterns clearly defines the problems each pattern solves with a foundation in Objective-C and the Cocoa frameworks and can be used by any Mac or iPhone developer.

Affordable Price at Store Check Price Now!



Customer Review


Very good, with only a few issues - W. Truppel - Copenhagen, Denmark
Overall, I thought the book was expertly written. It covers a lot of important and interesting aspects of Cocoa, and all its major patterns. The only reasons I'm not giving it 5 stars are:

- there are several errors in the code samples. Occasional bugs are inevitable, but non-compiling code is inexcusable and a major disappointment, for a book of this nature;
- its coverage of the Singleton pattern is incomplete, considering that it doesn't discuss Apple's own recommendations on how to implement a singleton;
- no discussion of patterns related to thread safety;
- the discussion of HOMs (higher order messages) is interesting, but it strikes me as something rarely used; I'd have preferred if the author had used the space spent on HOMs to discuss something more practical. For instance, a common application of the Proxy pattern is the asynchronous loading of images off the web. I think that would have been more useful;
- later chapters are very repetitive, and much less concrete in actual usage, than earlier ones. For instance, chapters 28 (Managers), 29 (Controllers), and 32 (Bindings and Controllers) have a lot in common, and that commonality is repeated in all 3 chapters. Chapter 31 (Application Kit Views) is a repetition of material covered in several previous chapters and adds nothing new.

I'm a great fan of Design Patterns and think that the Gang of Four book (Design Patterns: Elements of Reusable Object-Oriented Software) is still the best book on the subject. However, it's focused on C++ and not on Objective-C and Cocoa. This book, despite its faults, is a worthy partner to the Gang of Four book and is a great addition to any Cocoa programmer's library.


Absolute Must-Read - Innocente -
There are a few core books that I consider must-read books for starting Mac / iPhone developers. This is one of them.

It is especially important for current or former Language / Framework programmers to study this book, and study it hard.

Nothing is more obvious than code that has been architected by old C++ / .NET / MFC coders that do not 'get' the Cocoa Design Patterns.

Don't be one of those folks.

This applies to Java, C#, Smalltalk, C, C++, Delphi, etc coders. These Design Patterns MUST be learned, and used.



Related to Items You've Viewed




*** Product Information and Prices Stored: May 02, 2010 15:27:04


Visit : Best iPhone Programming Textbooks Best iPad Development Textbooks All About Bicycle Trailers - Best Deals, Discounts Best Price And Reviews On Posters Bed Best Deals And Reviews On Cheese Grater

Read more

Iphone in Action: Introduction to Web and SDK Development

Great Price "Iphone in Action: Introduction to Web and SDK Development" for $14.77 Today



I think this book is great. iPhone development is very complex, and the authors of this book make it accessible by giving diving into enough detail to make you productive quickly while gently introducing the more complicated concepts in later chapters.

Like other reviewers, I'm more interested in SDK development than web. However, chapters 10-19 are devoted solely to that purpose, and you miss nothing by starting directly on chapter 10, and always having the web development portion there should you ever need it. This really is two books in one.

Iphone in Action: Introduction to Web and SDK Development Features

  • ISBN13: 9781933988863
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :
Price : $39.99
Offer Price : $14.77



Iphone in Action: Introduction to Web and SDK Development Overviews

"The entry to the world of iPhone."

-Aiden Montgomery, Wile Ltd.

"If you're new to iPhone development, this is your book!"

-Larry C. Whipple, Mobile Productivity, Inc.

"Get this book. It's pure gold."

-Martijn Dashorst, Author of Wicket in Action

"The quick & easy guide."

-Premkumar Rajendran, HCL Technologies

"The only book on iPhone development I will ever need."

-Rama Krishna Vavilala, Author of ASP.NET AJAX in Action

The iPhone explodes old ideas of a cell phone. Its native SDK offers a remarkable range of features including easy-to-build graphical objects, a unique navigation system, and a built-in database, all on a location-knowledgeable device. Websites and web apps can now behave like native iPhone apps, with great network integration.

iPhone in Action is an in-depth introduction to both native and web programming for the iPhone. You'll learn how to turn your web pages into compelling iPhone web apps using WebKit, iUI, and Canvas. The authors also take you step by step into more complex Objective-C programming. They help you master the iPhone SDK including its UI and features like accelerometers, GPS, the Address Book, SQLite, and many more. Using Apple's standard tools like Dashcode, Xcode, and Interface Builder, you'll learn how to best use both approaches: iPhone web and SDK programming. This book is intended as an introduction to its topics. Proficiency with C, Cocoa, or Objective-C is helpful but not required.

What's Inside

  • A comprehensive tutorial for iPhone programming
  • Web development, the SDK, and hybrid coding
  • Over 60 web, Dashcode, and SDK examples

Affordable Price at Store Check Price Now!



Customer Review


Most useless iPhone development book out there. - C. warner - on my laptop
This book is horrible. Many key object descriptions are just one sentence. Every time I turn to this book for a solution I come away disapointed and continue my search somewhere else.

spend you money somewhere else, this book is not worth the cost of printing.


I got this book for the webkit section, but... - Jonathan K. Ho -
I'm the type of person who loves to see full source examples instead of just being fed the concepts. Unfortunately this book gives a snippet here and a snippet there and does not build up an example you can latch onto to say "yes I got that concept down in practice." This book could be so much more....



Related to Items You've Viewed




*** Product Information and Prices Stored: May 01, 2010 12:36:11


Thanks To : Best iPad Programming Textbooks Best Deals & Reviews On Picnic Backpack Cooler Best Deals & Reviews On Ray Ban Mens Sunglasses

Read more

iPhone Programming: The Big Nerd Ranch Guide (Big Nerd Ranch Guides)

Great Price "iPhone Programming: The Big Nerd Ranch Guide (Big Nerd Ranch Guides)" for $30.28 Today



I marvel at the writers' abilities to take a complicated subject area and parse it in a manner which benefits both beginning and advanced programmers. I've gotten most of the other popular iPhone development books and found that they made minimal effort to predict readers' questions. It's like a plate of bad food from a deaf chef. This book, on the other hand, goes completely in the other direction and answers the questions that pop up into my head and, more importantly, they kick in a little challenge along the way that rivals an in-person classroom experience. I've also read their Mac OS X titles, and they have clearly improved their editing. This book is professional and the best there is out there. Just because the App Store is getting close to having a gazillion titles doesn't mean that writing iPhone apps is easy. If you want to write something which peaks above the baseline of uselessness and silliness, then this book is the only way to go. Bravo! Where's the sequel already :-) ?


Rating :
Price : $49.99
Offer Price : $30.28



iPhone Programming: The Big Nerd Ranch Guide (Big Nerd Ranch Guides) Overviews

Written by the trainers at the Big Nerd Ranch, the worldwide leader in professional training for Mac developers, this book provides a hands-on guide to learning how to program for the iPhone and iPod touch. Coverage includes

  • An overview of Objective-C, the core language you’ll use to program for the iPhone
  • An overview of the Xcode Tools
  • How to work with the iPhone SDK’s UIKit framework and Cocoa Touch
  • Build apps that use MapKit and CoreLocation, as well as the magnetometer
  • Dive into animation and effects, using Core Animation and OpenGL ES

Affordable Price at Store Check Price Now!



Customer Review


Top of the Heap - Joshua Paul - Los Angeles, CA
If you plan on picking up a book about iPhone programming, you've found the right one.

I have a *ton* of iPhone books (and programming books, in general), and this sits at the top of the heap. The book is easy to read and understand, and the code provided is reusable (bonus!). It's obvious the material is derived from an experienced team.

Ultimately I've found that I can "trust" the problems/solutions laid out in the book, since it's coming from The Big Nerd Ranch (search for it if you're not familiar).

5+ stars.

My 3 book recommendation for iPhone:
1) iPhone Programming (this book)
2) Programming in Objective-C (Kochan)
3) Cocoa Design Patterns (Buck, Yacktman)




Related to Items You've Viewed




*** Product Information and Prices Stored: Apr 30, 2010 12:09:08


Thanks To : Best Objective-C Programming Textbooks Best iPad Programming Textbooks Best iPhone Development Textbooks Best Price And Reviews On Mahogany Poster Bed Best Price And Reviews On Cat Throws

Read more

iPhone Advanced Projects

Great Price iPhone Advanced Projects for $12.00 Today




As the name suggested, this book talks about advanced iPhone programming topics. Each of the 11 chapters packs loads of information and real world experience from the authors. You will actually spend more time to digest the information than just reading it. Highly recommended to experienced and seasoned iPhone developers, but also offers quite some insights for developers new to the iPhone scene. You will be amazed on how much you can learn from the authors of the book. And lots of code samples throughout the book, you won't be disappointed.

Chapter 1 - Great introduction to the particle system, the very basic element for many types of games.
Chapter 2 - Interesting coverage on how to build a networked app/game, with the help of Google's free App Engine service using Python.
Chapter 3 - Using Core Audio to do audio streaming. This chapter is quite hardcore for me, but I was able to follow through and learned quite a lot about how audio streaming works and some tricks as well.
Chapter 4 - This chapter is right on the money - debugging! The author showed a few different approaches when debugging your iPhone apps.
Chapter 5 - This chapter covers basic SQLite operations in your codes. Currently there's no Objective-C delegate/wrappers for SQLite operations, so everything is in C fashion. There are other frameworks for a better interface with SQLite.
Chapter 6 - If you don't like dealing with SQLite, with the introduction of iPhone SDK 3.0, you can use Core Data :) This chapter shows you how Core Data and KVC protocol works.
Chapter 7 - How to send emails from your apps w/o going to the email client. The author shows both online and offline modes, as well as a nice introduction to three20 framework.
Chapter 8 - This chapter talks about networking issues, sockets, wifi detection, power management, etc. Also some insights if you want to roll out your own networking protocol stacks.
Chapter 9 - This is my favorite chapter talking about how to design an effective and responsive user interface. NSOperation and NSOperationQueue are covered, as well as tips & tricks on how to display large amount of data w/o slowing down.
Chapter 10 - Very nice introduction to Apple's push notification service, including both setup steps and server side scripts.
Chapter 11 - Mapping and Reflection on OpenGL ES. This is a brief introduction to OpenGL ES environment mapping and reflection. I wish this chapter is longer and has more coverage in depth. But again, this is not an OpenGL ES book, the topic itself deserves a whole other book.

Overall, this book is pretty advanced in many aspects of the iPhone SDK frameworks. Coverage on SDK 3.0 frameworks are much welcomed and the competence of the authors are undeniable. Again, I highly recommend this book to any iPhone developer, no matter how seasoned you are, you will learn a thing or two from this book.

iPhone Advanced Projects Features

  • ISBN13: 9781430224037
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :

Price : $39.99

Offer Price : $12.00




Overviews

As the fourth book in our series of iPhone Projects based on the work and experiences of iPhone, this volume takes on the more advanced aspects of iPhone development. The first generation of iPhone applications has hit the App Store, and now it's time to optimize performance, streamline the user interface, and make every successful iPhone app just that much more sophisticated.

Paired with Apress's bestselling Beginning iPhone Development: Exploring the iPhone SDK, you'll have everything you need to create the next great iPhone app that everyone is talking about.

  • Optimize performance.
  • Streamline your user interface.
  • Do things with your iPhone app that other developers haven't attempted.

Along with Series Editor Dave Mark, your guides for this exploration of the next level of iPhone development, include:

  • Ben “Panda” Smith, discussing particle systems using OpenGL ES
  • Joachim Bondo , demonstrating his implementation of correspondence gaming in the most recent version of his chess application, Deep Green.
  • Tom Harrington implementing streaming audio with Core Audio, one of many iPhone OS 3 APIs.
  • Owen Goss debugging those pesky errors in your iPhone code with an eye toward achieving professional-strength results.
  • Dylan Bruzenak building a data-driven application with SQLite.
  • Ray Kiddy illustrating the full application development life cycle with Core Data.
  • Steve Finkelstein marrying an offline eMail client to Core Data.
  • Peter Honeder and Florian Pflug tackling the challenges of networked applications in WiFi environments.
  • Jonathan Saggau improving interface responsiveness with some of his personal tips and tricks, including “blocks” and other esoteric techniques.
  • Joe Pezzillo pushing the frontiers of APNS, the new in iPhone OS 3 Apple Push Notification Service that makes the Cloud the limit for iPhone apps.
  • Noel Llopis taking mere programmers into a really advanced developmental adventure into the world of Environment Mapping with OpenGL ES.

What you'll learn

  • Use wi-fi to do more than simply connect to the Internet.
  • Communicate with other iPhone users in real time.
  • Take advantage of all the tricks built into Cocoa Touch.
  • Convert your iPhone and iPod touch apps for use in other environments.
  • Convert your other mobile apps for use with iPhone and iPod touch.

Who is this book for?

All iPhone application developers with any level of experience or coming from any development platform, though this title is the natural choice after any of the other iPhone X Projects books.

Affordable Price at Store Check Price Now!



Customer Review


Too Many Mistakes to be Useful - Clifford Sharp - Longmont, CO
I DO NOT recommend this book at all for any level of iPhone developer(s).

One of the projects actually just takes an Apple code example and adds a few methods here and there. I don't have to buy a book to do that. One project adds some methods and ivar's to files that are generated files per Core Data. This is always a bad idea.

There are many mistakes in the source code in the book. The source code in the book doesn't match the downloadable source code in many places. The downloadable source code fails to build and is missing files. I found such obvious errors in the downloadable source like no semicolon at the end of some of the lines. This code was obviously never built and/or tested.

This book was very poorly and hastily put together. Don't waste your money, but more importantly, don't waste your time.





*** Product Information and Prices Stored: Apr 29, 2010 11:53:09


Tags : All About GPS Watches Best iPad Programming Textbooks Best Price And Reviews On Womens Velvet Blazers

Read more

Programming in Objective-C 2.0 (2nd Edition)

Programming in Objective-C 2.0 (2nd Edition) Review




This book is in many ways a gold mine of knowledge. From my college engineering days, I had to learn many computer languages such as Fortran and C++. However, as the old quip goes, use it or lose it.

For years I had wanted to begin programming again because I enjoyed doing so, but the real question remained: What is the optimal approach to do so that would best utilize my prior knowledge AND bridge the gap to todays world of programming in Objective-C? Fortunately for me, I discovered Mr. Kochan's book and it was indeed the bridge that I sought. (Oddly enough, the cover on this book has a bridge on it. Go figure ...)

As most things in life go, the real significance of this book was not obvious at the onset. However, after glancing through the book, it was immediately clear to me that (A): The author took great pains to cover all the nuances of Objective-C in great detail so that anyone could understand them, and (B): The author is more than qualified to illuminate the subject matter and easily educate those that take the time to read his book and work all the examples.

For instance, I had wondered for years what an 'object' actually was that made Objective-C so special as compared to C and C++. Mr. Kochan's car example made this so succinctly clear that I wondered why all the other books I have never even came close to clarifying this important point. The other authors chose instead to define an object in abstract terms (generally speaking) which was not much help at all. Granted, the other books were about Xcode and Cocoa. However, without having a clear understanding as to what an 'object' is, how is anyone trying to learn Cocoa or Xcode going to move forward since 'objects' are both the building blocks and the future of both Cocoa and Xcode?

"Oh, and one more thing". To the unfamiliar, that is Steve Jobs' famous on-stage line when introducing new Apple products or software. A few weeks back I discovered that Mr. Kochan has a web site [...] based on learning Objective-C, - chapter by chapter. Upon making this discovery, I was at once elated to find the site and annoyed that no mention of this was made in the book. Perhaps the book was published before the website was built, but regardless this website is an INVALUABLE resource for learning Objective-C. And, from experience, Mr. Kochan will respond to your queries and comments within a day and oftentimes, within a few hours. How he does this, I have no idea, but he does.

My book did not come with a video CD, so I cannot comment on that. Speaking only for myself, I prefer a book over a video because I can re-read any part of a book much easier than I can a video. The web site does have video content for those so interested.

And least anyone wonder, I have absolutely no connection to Mr. Kochan. Period. But, I will forever be grateful to him for writing this book and creating and participating in his website. Both are indispensable sources for learning Objective-C.

Bottom line: I cannot recommend this book highly enough to those wishing to begin programming in Objective-C or to those who have past programming experience and wish to learn Objective-C. At twice the price, this book would still be a steal.

Programming in Objective-C 2.0 (2nd Edition) Features

  • ISBN13: 9780321566157
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :

Price : $44.99

Offer Price : $26.22




Overviews

THE #1 BESTSELLING BOOK ON OBJECTIVE-C 2.0


Programming in Objective-C 2.0 provides the new programmer a complete, step-by-step introduction to Objective-C, the primary language used to develop applications for the iPhone, iPad, and Mac OS X platforms.

 

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 iPhone/iPad or Mac OS X programming tasks.


A powerful yet simple object-oriented programming language that’s based on the C programming language, Objective-C is widely available not only on OS X and the iPhone/iPad platform but across many operating systems that support the gcc compiler, including Linux, Unix, and Windows systems.

 

The second edition of this book thoroughly covers the latest version of the language, Objective-C 2.0. And it shows not only how to take advantage of the Foundation framework’s rich built-in library of classes but also how to use the iPhone SDK to develop programs designed for the iPhone/iPad platform.

 

Table of Contents


   1    Introduction

Part I: The Objective-C 2.0 Language

    2    Programming in Objective-C 

    3    Classes, Objects, and Methods

    4    Data Types and Expressions

    5    Program Looping

    6    Making Decisions

    7    More on Classes

    8    Inheritance

    9    Polymorphism, Dynamic Typing, and Dynamic Binding

  10    More on Variables and Data Types

  11    Categories and Protocols

  12    The Preprocessor

  13    Underlying C Language Features

Part II: The Foundation Framework

  14    Introduction to the Foundation Framework

  15    Numbers, Strings, and Collections

  16    Working with Files

  17    Memory Management

  18    Copying Objects

  19    Archiving

Part III: Cocoa and the iPhone SDK

  20    Introduction to Cocoa 

  21    Writing iPhone Applications

Part IV: Appendixes

  A    Glossary

  B    Objective-C 2.0 Language Summary

  C    Address Book Source Code

  D    Resources


Affordable Price at Store Check Price Now!



Customer Review


All programming instructional books should be written this way - Interpol - Los Angeles, CA
I'm currently only 4 chapters into the Kindle version of this book and so far I can honestly say I've been able to learn more about Objective C than any other book. I have a background in computer science and have learned various programming languages such as BASIC, Pascal, LISP, Scheme, Java, even assembly - but I never got around to learning C or any of its variants. I've consumed many instructional books on programming and can honestly say that this one is the most well-written and easily comprehensible out of all of them. The author takes great care to explain virtually every aspect of Objective C syntax and does it in a way that's comfortable for both neophytes as well as those who have had some prior programming experience.

Additionally, the Kindle version of this book is done very well, easily readable on the Kindle device or an iPad (I've been reading it on both). When it's displayed on the iPad (with the Kindle app), you also get the additional benefit of color illustrations. Although I have a long way to go in this book, I can already say that I will have no problem reading it on my PC, my Kindle, or my iPad.

If you're interested in developing apps for the iPhone/iPod Touch/iPad, start with this book to give yourself a decent understanding of the Objective-C language, and THEN read the more iPhone OS-specific programming books such as "Head First iPhone Development" and "iPhone Application Development for Dummies". I tried to start with the Head First book and pretty much went nowhere with it until I started reading "Programming in Objective-C 2.0". Now concepts are starting to come together and I'm excited about what I can start doing with the iPhone SDK.


A pick for any advanced developer's library - Midwest Book Review - Oregon, WI USA
The second edition of Programming in Objective-C 2.0: A Complete Introduction to the Objective-C Language for Mac OS X and iPhone Development is a pick for any advanced developer's library. It tells of a language that has become the standard for application development on the Mac OS X and iPhone platforms, and provides new programmers with step-by-step introductions to its language and use. This second edition has been updated and expanded to cover Objective C 2.0 and is a pick for any developer's collection.




*** Product Information and Prices Stored: Apr 28, 2010 11:49:19


Visit : BUY "Bicycle Trailers" With Affordable Price NOW!! All About GPS Watches Best Deals & Reviews On Backpack Picnic Set

Read more

iPhone Cool Projects

iPhone Cool Projects Review




When reading introductory books in any language, it is easy to learn the language elements and concepts, but it is hard to see how everything fits together. What is great about the cool projects series from Apress is being able to see the elements and concepts in practice with projects from professionals who are active in the field.

Each chapter is written by a different author, so every project covers a different experience and topic. These range from touch interfaces to streaming audio over the network. Some of the projects presented are based on the author's live applications that are currently available through the App Store. A wide range of the topics are covered in the book with practical examples of the concepts.

This book is definitely not an introduction to Cocoa or iPhone programming. It is more geared toward the intermediate reader who has learned the basics and needs practical, real-life examples. It can also be of use to a more experienced iPhone programmer who wants to explore some of the topics in the book without having to dig through the documentation.

I would highly recommend this book because it is easy to read and does not get bogged down with basic concepts. Code is provided on the book's site and is easy to follow the code with the explanations in the book. As a beginning iPhone programmer, I found this book to be a lot of help to work out some of the concepts I was having trouble with.

iPhone Cool Projects Features

  • ISBN13: 9781430223573
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.



Rating :

Price : $39.99

Offer Price : $13.00




Overviews

The iPhone and iPod touch have provided all software developers with a level playing field—developers working alone have the same access to consumers as multinational software publishers. Very cool indeed! To make your application stand out from the crowd, though, it has to have that something extra. You must learn the skills to take your apps from being App Store filler to download chart-topping blockbusters.

Developers with years of experience helped write this book. Spend some time understanding their code and why they took the approach they did. You will find the writing, illustrations, code, and sample applications second to none. No matter what type of application you are writing, you will find something in this book to help you make your app that little bit cooler.

The book opens with Wolfgang Ante, the developer behind the Frenzic puzzle game, showing how timers, animation, and intelligence are used to make game play engaging. It moves on to Rogue Amoeba's Mike Ash explaining how to design a network protocol using UDP, and demonstrating its use in a peer-to-peer application—a topic not normally for the faint of heart, but explained here in a way that makes sense to mere mortals. Gary Bennett then covers the important task of multithreading. Multithreading can be used to keep the user interface responsive while working on other tasks in the background. Gary demonstrates how to do this and highlights traps to avoid along the way.

Next up, Canis Lupus (aka Matthew Rosenfeld) describes the development of the Keynote-controlling application Stage Hand, how the user interface has evolved, and the lessons he has learned from that experience. Benjamin Jackson then introduces two open source libraries: cocos2d, for 2D gaming; and Chipmunk, for rigid body physics (think “collisions”). He describes the development of Arcade Hockey, an air hockey game, and explains some of the code used for this.

Neil Mix of Pandora Radio reveals the science behind processing streaming audio. How do you debug what you can't see? Neil guides you through the toughest challenges, sharing his experience of what works and what to watch out for when working with audio. Finally, Steven Peterson demonstrates a comprehensive integration of iPhone technologies. He weaves Core Location, networking, XML, XPath, and SQLite into a solid and very useful application.

Software development can be hard work. Introductory books lay the foundation, but it can be challenging to understand where to go next. This book shows some of the pieces that can be brought together to make complete, cool applications.

Who is this book for?

All iPhone application developers with any level of experience or coming from any development platform

Summary of Contents

  1. Wolfgang Ante - Designing a Simple, Frenzic-Style Puzzle Game
  2. Mike Ash - Mike Ash’s Deep Dive Into Peer-to-Peer Networking
  3. Gary Bennett - Doing Several Things at Once: Performance Enhancements with Threading
  4. Matthew “Canis” Rosenfeld - All Fingers and Thumbs: Multitouch Interface Design and Implementation
  5. Benjamin Jackson - Physics, Sprites, and Animation with the cocos2d-iPhone Framework
  6. Neil Mix - Serious Streaming Audio the Pandora Radio Way
  7. Steven Peterson - Going the Routesy Way with Core Location, XML, and SQLite

Affordable Price at Store Check Price Now!



Customer Review


Poorly Written - Christopher Morris -
I bought this book because I wanted to see code that successful iPhone developers had written. I guess I was looking for "best practices" sort of information and I was hoping that I might get insight on how to tackle some problems I have run into when developing my own applications.

Book Flow

The biggest disappointment in this book is that developers wrote it (I am assuming). The book lacks the continuity you would normally find when one or two people collaborate on an entire book. When a different person writes each chapter, you get seven different styles in this book. I found a couple of the chapters very well written, but the rest I found to be, well, written by developers. I'm not saying that developers are inherently bad at writing, but it takes a certain something to relay information to other developers effectively. Most of the writers of this book just do not have it.

Code Samples

I got very frustrated reading chapters with code snippets from applications the various authors had written. If a working application had been available to provide context to the snippets, then I would have been less frustrated. For example, in Chapter 5, the first 12 pages of the chapter provide code snippets with very brief explanations of what the code is supposed to do. No working example is provided for context. I couldn't even play with the code to see what was going on. It was almost like I was expected just to know the context because I was on the team that wrote the application. The last 10 pages actually create a working sample. I would have rather spent the entire chapter creating the application with better explanations of each step and theory behind the code.

Proofreading

I wish I had a dollar for all the typos I've seen in this book. Again, in chapter 5, page 118 there is a screen shot of the application the author wrote. The caption says it's a screen shot of the application that you will be writing at the end of the chapter. Sloppy.

Conclusion

I feel like I did get some useful information from this book. Was it worth the frustration of reading poorly written text, no context for code snippets, and numerous errors? Not in my opinion.


Looks good on paper, but the devil's in the details - David Ruedger -
I bought this after seeing the high reviews from others on this site. Unfortunately, the content doesn't quite live up to the hype for me. I got this in particular wanting more details about threading having come from the Windows world where I have implemented very robust networking applications that require UI responsiveness while results are cached in the background. I was hoping this book would shed some light on how to go about doing this in the iPhone paradigm, but the example is so rudimentary that it almost isn't even worth putting into the book. Plus, the instructions for building the app are incorrect and contain glaring omissions as well as references to code objects that don't even exist. What's worse is the code itself as listed in the book doesn't even run when built! It causes an unhandled exception due to objects created in the header file not being instantiated or initialized in the implementation file. And no where in the chapter does it say you must download the source code for the example. It walks you through it as if it has been checked and is guaranteed to work as printed. Once you download the source code, it becomes apparent how rushed or poorly thought through this portion of the book was. Whole sections of the header and implementation files are glaringly omitted from the book. Did Bennett even bother proofreading this part of the book, and if so, where were the editors in this process? It's shameful for a book that is marketed as a technical tome to increase a developer's proficiency on the platform.

I'll admit that I haven't delved into other parts of the book in great detail, but the game portion did look pretty interesting at first glance. However, the hands on experience I had with the threading chapter left a very bad first impression and does not leave me all too optimistic on either the usefulness or accuracy of the additional content in the book.




*** Product Information and Prices Stored: Apr 27, 2010 10:10:16


My Links : Buy "iPad, iPhone and iPod Touch Programming" Book BUY "Bicycle Trailers" With Affordable Price NOW!! Best iPad Programming Textbooks Best Price And Reviews On Eureka Bagless Vacuum

Read more