|
iPhone Application Development For Dummies (For Dummies (Computer/Tech)) |  | Author: Neal Goldstein Publisher: For Dummies
List Price: $29.99 Buy New: $16.25 as of 11/22/2009 18:59 CST details You Save: $13.74 (46%)
New (24) Used (6) from $16.20
Seller: indoobestsellers Rating: 26 reviews Sales Rank: 5605
Media: Paperback Edition: 2 Pages: 432 Number Of Items: 1 Shipping Weight (lbs): 1.4 Dimensions (in): 9.1 x 7.4 x 1.1
ISBN: 0470568437 Dewey Decimal Number: 004 EAN: 9780470568439 ASIN: 0470568437
Publication Date: November 9, 2009 (New: Last 30 Days) Availability: Usually ships in 1-2 business days
| |
| Also Available In:
|
| Similar Items:
| |
| Editorial Reviews:
Product Description
Making Everything Easier! 2nd Edition iPhone® Application Development for Dummies Learn to: Design small- or large-scale iPhone applications for profit or fun Create new iPhone apps using Xcode® Get your applications into the App Store Work with frameworks Neal Goldstein Author of Objective-C For Dummies Got a good idea? Turn it into an app, have some fun, and pick up some cash! Make the most of the new 3.1 OS and Apple's Xcode 3.2! Neal Goldstein shows you how, and even illustrates the process with one of his own apps that's currently being sold. Even if you're not a programming pro, you can turn your bright idea into an app you can market, and Neal even shows you how to get it into the App Store! Mobile is different learn what makes a great app for mobile devices and how an iPhone app is structured What you need download the free Software Development Kit, start using Xcode, and become an "official" iPhone developer The nitty-gritty get the hang of frameworks and iPhone architecture Get busy with apps discover how to make Xcode work for you to support app development Off to the store get valuable advice on getting your apps into the App Store Want to go further? explore what goes into industrial-strength apps Open the book and find: What it takes to become a registered Apple developer How to debug your app What's new in iPhone 3.1 and Xcode 3.2 What goes into a good interface for a small device How applications work in the iPhone environment Why you must think like a user What the App Store expects of you What makes a great iPhone app Visit the book's companion Web site at www.dummies.com/go/iphoneappdevfd2e for source code and additional information on iPhone app development
|
| Customer Reviews:
Showing reviews 1-5 of 26
Good starter book with a few rough edges... October 25, 2009 Robert G. Freeman (Riverton, Ut. United States) Long ago, in a life far far away, I was a C programmer. I learned C, caught onto the beginnings of C++ and then changed my career path to that of an Oracle DBA. Now, I find myself interested in Objective-C programming. Go figure.
I picked up Neal's book as the second book in my effort to both relearn the C programming language (and C++ and Objective C, etc..). As an author myself (of Oracle Database books), I found this book to be a worthy effort and a good start in my Objective-C life.
I found the beginning chapters (Parts I, II and III) to be quite well done and while I found a few minor mistakes, they were pretty obvious and easy to figure out. I would say that Parts I, II and III are above average in their quality and completeness. The code examples are quite complete and I don't believe I found a single mistake in the code in these parts (though a few mistakes in the text were found). I did find some descriptions lacking clarity, but this was not a constant problem. I have high hopes that these issues will be addressed in the next release of this book which I see is due soon. If I were judging this book on Parts I, II and III it would get 4.0 stars. One thing I do wish is that Neal would comment his code (or, at least, that the download code would have comments in it). He does provide good explanations on what the individual code snippets do, but I'd like to have ready-made comments in the code itself. Not a big deal, I added them myself. Still, commenting is good coding practice and I'd like to have seen that demonstrated here.
I wish I could say the same about Part IV, frankly. I get the sense that perhaps Neal was working within either page count constraints or time constraints (as an author I understand and respect both).
In Part IV we get into more advanced concepts and a much bigger example application (and cooler!). It is in this part that we find some missing code (mostly stuff in the header files) and some resulting frustration. Additionally I find the descriptions in this part to be less informative and complete than in the previous parts of the book.
Finally in Parts I through III, the code is re-compilable at several points along the path of development. This makes it easy to see what your changes are actually doing in the resulting application. I find this less so in part IV, which might be just part of the nature of the app, but I think that it might more be a factor of whatever caused part IV to feel a bit haphazard when juxtaposed to the other parts.
I think Part IV introduces some very important concepts and ideas and I'm a bit disappointed in it. So, 3 stars for Part IV.
Overall, I recommend this book for someone like me. You should have a basic understanding of C++ (objects, methods, messages, etc) and you should be ready to do a little digging in Part IV (which from a learning point-of-view might not be all that bad of a thing). I'll probably buy the new edition when it comes out and see how it has changed. Good job Neal!
The worst kind of tutorial possible September 26, 2009 Alexander Kolesnikov (Glasgow, UK) 3 out of 5 found this review helpful
The first hundred of pages are devoted to all sorts of theory and general considerations, I was struggling with sleep when reading them. I never saw that amount of fluff in any other iPhone development book.
The author believes that creating a "Hello world" application would be too trivial and so creates an application that does exactly the same as a HelloWorld one would do, except of displaying the "hello world" message. How illuminating can be that, I don't know.
The reader is invited to write the very first lines of code on page 124 only. By page 140, when the reader had an opportunity to write about a dozen lines of code, the author hits a substantial problem, created by himself, with user interface and starts throwing at the reader things like notifications (a topic that most books would leave for one of the final chapters).
I regret that I've purchased this book, but now I will keep it as an example how tutorials should *not* be written.
Excellent 'Paint-by-Numbers' Overview September 23, 2009 Peter Brockmann (Northborough MA USA) 1 out of 2 found this review helpful
I'm not an expert in Objective-C or in object oriented software programming. Following this book with step by step interactions with the content gave me the confidence to dream how to build my own iPhone application, which is something I plan to do.
Overall, I would have to say that this was a great overview of the Apple iPhone SDK and through the practical projects included in the book, was a competent confidence builder. Readers with relatively limited skill like me can follow the feature development logic and implement the lessons for 'stickier' learning. Neal does a great job of helping us take baby steps and then reviews what we've just learned too.
In this book you build the ReturnToMe application which provides a mechanism for lost iPhones to be returned to their rightful owners, gradually adding functionality along the way while learning about the iPhone SDK and Objective-C. Later, Neal reviews his experience with a more sophisticated application integrating web content and table data.
Could be much better September 21, 2009 C. P. Souza (São Paulo, SP Brazil) 2 out of 3 found this review helpful
Although I have some experience in programming, I found the book a bit confusing in the first part. In the following parts it improves a lot, but some damage on your motivation is already done.
Good book for learning iPhone development. September 14, 2009 MacInTX (TX) A good book to start iPhone programming. It provides needed background information and basic information needed to understand and become proficient in developing for the iPhone. Also it reminds the developer of the UI principles that should be accounted for when creating an iPhone application.
One slight negative is that the book covers the older SDK and will be better when updated for the 3.0 SDK.
I would recommend the book to new iPhone developers. The developer will probably want to add an Objective-C reference book to their collection as a companion to this book.
Showing reviews 1-5 of 26
|
|
|
|
 Return to Math.com | |