Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
iOS 4 Programming Cookbook: Solutions & Examples for iPhone, iPad, and iPod touch Apps
 
See larger image
 

iOS 4 Programming Cookbook: Solutions & Examples for iPhone, iPad, and iPod touch Apps [Paperback]

Vandad Nahavandipoor
4.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 57.99
Price: CDN$ 46.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 11.60 (20%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.ca. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Tuesday, May 29? Choose One-Day Shipping at checkout.

Frequently Bought Together

iOS 4 Programming Cookbook: Solutions & Examples for iPhone, iPad, and iPod touch Apps + Programming iOS 4: Fundamentals of iPhone, iPad, and iPod touch Development + Learning iPhone Programming: From Xcode to App Store
Price For All Three: CDN$ 116.71

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • Programming iOS 4: Fundamentals of iPhone, iPad, and iPod touch Development CDN$ 46.39

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • Learning iPhone Programming: From Xcode to App Store CDN$ 23.93

    In Stock.
    Ships from and sold by Amazon.ca.
    Eligible for FREE Super Saver Shipping on orders over CDN$ 25. Details


Product Details


Product Description

Product Description

You can build a variety of amazing apps on the iOS platform—and every one of them presents a unique set of problems. With the recipes in this cookbook, you'll go beyond theory to solve the vexing, real-life issues you’re likely to face when creating apps for the iPhone, iPad, or iPod Touch. Each recipe provides a clear solution and sample code that you can use right away.

You'll find solutions for working with development frameworks in iOS SDK 4 and technologies such as Cocoa, Objective-C, Xcode, and Interface Builder. Whether you have a little or a lot of experience with iOS development, you’ll find the help you need for every phase of the process, from initial idea to completed project.

  • Work with Objective-C classes, objects, properties, delegates, and memory management
  • Construct a user interface with gesture recognizers
  • Develop location-aware applications with the Map Kit and Core Location APIs
  • Build apps that play audio and video, manage calendars and events, access contacts and groups, or tap into the Photo Library
  • Use the Core Motion framework to access the accelerometer and gyroscope
  • Maintain persistent storage for iOS apps with the Core Data framework
  • Create multitasking-aware apps that let users leave and return without losing their place

About the Author

Vandad Nahavandipoor has developed software using Cocoa, Cocoa Touch, Assembly, Delphi, and .NET for many years. As a staff member of a company that is a global leader in mobile money solutions in London, he has worked with some of the world's biggest brands--such as Visa and US Bank---to deliver mobile applications to their customers. Vandad brings an interest in management, leadership and entrepreneurship to his work, believing in the synergy that is achieved as a result of cooperation and working together in a team.


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


 

Customer Reviews

1 Review
5 star:    (0)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

4.0 out of 5 stars find solutions for typical iOS 4 related issues, July 26 2011
By 
mko "mko" (Poland) - See all my reviews
(TOP 500 REVIEWER)   
This review is from: iOS 4 Programming Cookbook: Solutions & Examples for iPhone, iPad, and iPod touch Apps (Paperback)
iOS 4 Programming Cookbook was the first of cookbook series I have ever read. The idea of this series is to present recipes that will allow you to 'prepare' piece of code that does 'something'. Recipes are presented very consistent way through the description of the problem, answer for the particular problem and explanation of the given solution. Problems, that are discussed within the book, usually refer to issues that are elementary yet very commonly asked by introductory programmers. Book is divided into chapters that cover different aspects of iOS programming. You will find there answers to topics like view related issues, data management using Core Data, threading, multitasking, XML, and many other aspects of iOS 4 APIs. In general, I find this book interesting, however there are few drawbacks when it comes to details. First of all, you can't treat this book as the only source of knowledge when it comes to learning iOS programming. You should treat it as a reference for quite common problems that people encounter, but not as a complete guide to programming. I'd suggest here buying another book that describes topics in greater details (e.g. Learning iPhone Programming). Another issue here is that some topics may be very misleading. If you have never used Objective-C before you will probably find it difficult to understand it through 'Working with objects' chapter. I think that this section could be skipped at all. It doesn't cover the Objective-C programming related techniques deeply. Even more, most of the topics that are discussed in this section you will find in any 'programming in Objective-C' related title as well ' but better explained. I would recommend this book only to people who want to have a starting point for some of the common tasks that have to be performed while programming any complex application. As a starting point for learning iOS programming ' not really.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 3.9 out of 5 stars (15 customer reviews)

20 of 22 people found the following review helpful
5.0 out of 5 stars Chock full of code., Mar 1 2011
By Scott Means - Published on Amazon.com
This review is from: iOS 4 Programming Cookbook: Solutions & Examples for iPhone, iPad, and iPod touch Apps (Paperback)
Disclosure: I'm an O'Reilly Author and developer of the Great iPhone Development Video series. That being said, I'm not one for pulling punches when I see issues with with people's code (ask anyone I've ever code reviewed :).

This is the book I wish I'd had when I started developing for the iPhone. I started writing apps about two weeks after the infamous Apple Developer NDA was lifted and information started trickling out onto the Internet. If I'd have had a book like the iOS Cookbook I could have saved myself many hours of painful trial and error while learning Objective C and what is now the iOS API.

This is not really a book for a beginning iOS programmer. It's a book for someone who's done a couple of simple apps and has the basic idiom down. If you're looking to learn Objective-C or the mechanics of writing an iPhone app, this book will not help you. But if you can already write a functional app, the code snippets in this book will trim lots of time off of your learning curve when it comes to implementing more sophisticated features like Core Data, gestures, etc.

There are a few areas where the examples could be clearer, and it's clearly impossible to cover some of the more sophisticated functions of areas like Core Data in 620 pages. But overall this is an excellent REFERENCE for new and experienced app developers alike, and I'd recommend adding it to your library.

9 of 9 people found the following review helpful
4.0 out of 5 stars Good, but not your only (or first) Objective-C book, April 5 2011
By Graham Weir - Published on Amazon.com
This review is from: iOS 4 Programming Cookbook: Solutions & Examples for iPhone, iPad, and iPod touch Apps (Paperback)
Disclaimer: The author is a coworker of mine at Monitise Group.

First things first: it's a good book. It's covers a lot of area, and it has a *lot* of usable sample code; there's an excellent chance that you can see things and immediately apply them to your own projects. It also covers the stuff which is a pain to find good information about online, such as the C frameworks (EventKit, AddressBook, etc). I know from experience that Apple's sample code for this tends to be unhelpful, and I spotted at least two flat out wrong things in Apple's AddressBook documentation last year, so having a good book for the C frameworks is nice. It also covers much of the iOS 4.0 stuff, such as multitasking. (Older books tend to either not cover it because iOS 4.0 only came out in June 2010, or they rushed it because they desperately needed to have something on the page about it. This book gives it a decent treatment.)

What's not so good is that the book tries to walk a tightrope between being a beginner book and an advanced book, and ends up in the middle somewhere. There's a lot of overview material, such as refreshers on the basics of retain/release memory management, that advanced iOS programmers will already know, but which have large gaps that less experienced programmers will fall into without even realizing it. For example (and only people who know some Objective-C will understand what I mean here), that overview of retain/release memory management gives a *paragraph* to autorelease, which mostly suggests using manual release instead. I can understand that argument and its advantages, even if I don't agree with it. However, the great majority of objects you deal with in an Objective-C app - including almost every NSString you make - were already autoreleased by Apple's code! If you don't know at least the basics of autorelease, I don't think you can write a program without mysterious crashes all over the place...and this book expects you to already know about it. If this is an advanced book, why was any space spent on the basics? If it's a near-beginners book, why do the overviews not teach you *everything* you need to know?

Bear in mind that this is a good book, even though I spent more time talking about the negatives than the positives; it's just that it cannot be your only Objective-C book. You *need* some experience in writing apps for iOS or the Mac before you can use it. I wish they'd taken out the basics, but them in some other book, and crammed in some more advanced-level material...but then, these days, if a book covered every 'advanced' thing in iOS in enough detail to make me happy, I'd have to take it off the shelf with a forklift.

6 of 7 people found the following review helpful
5.0 out of 5 stars Great Book!!!, Mar 7 2011
By ssp776 - Published on Amazon.com
Amazon Verified Purchase(What's this?)
This review is from: iOS 4 Programming Cookbook: Solutions & Examples for iPhone, iPad, and iPod touch Apps (Paperback)
I started reading the first chapter as soon as my book arrived; this chapter is about objects and memory allocation which I kind of am new to. So I did a bit of online searching to get some more details about things. Prety sure they didn't write everything in this book simply because they mentioned it is not for beginners and also because this book is already *hugetastic*.I can imagine how expensive this book would have been had they described every little thing in it. Anyway, I have now learned about object allocaion and deallocation and the whole object life-cycle but I still find myself struggling sometimes, so, my suggestion would be to include more subjects in this chapter to help newbies like me! Some of the titles that I really enjoyed which are covered in this book are things such as: taking a screenshot of the iOS device, drawing simple shapes, writing multitasking aware apps, using the gyroscope (this is really really new to me)

One of the things that I want to ask O'Reilly for the next release of this book is to include more photos as I have already mentioned. The more photos the merrier! To sum it up, this is an extremely useful book even if you are a novice like me but you just have to be smart enough to find some supplementary subjects online if you find out that the thing you are looking for isn't covered in this book (which again isn't necessarily for newbies but is darned helpful regardless!).

My suggestions for the book are ==> 1) add more example codes for typical object allocation and etc, just so that readers can learn objective-c without having to refer to any other reference.I know this is not an objective-c book but would be good if basics were all explained here.2) I want more examples for graphics, maybe some 3d graphics as well to make games, some physics and so on and so forth to help beginner game developers. Anyway, whatever the case, this book is proving to be a great asset for me and I look forward to referencing it over and over and over again :)
 Go to Amazon.com to see all 15 reviews  3.9 out of 5 stars 
 
 
Only search this product's reviews



Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges