oder
Loggen Sie sich ein, um 1-Click® einzuschalten.
Alle Angebote
Möchten Sie verkaufen? Hier verkaufen
Step into Xcode. MAC OS X Development
 
Größeres Bild
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Step into Xcode. MAC OS X Development [Englisch] [Taschenbuch]

Fritz Anderson

Preis: EUR 41,99 kostenlose Lieferung. Siehe Details.
  Alle Preisangaben inkl. MwSt.
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
Auf Lager. Zustellung kann bis zu 2 zusätzliche Tage in Anspruch nehmen.
Verkauf und Versand durch Amazon.de. Geschenkverpackung verfügbar.
Nur noch 1 Stück auf Lager - jetzt bestellen.

Produktinformation


Mehr über den Autor

Fritz Anderson
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von Fritz Anderson auf Amazon

Produktbeschreibungen

Kurzbeschreibung

A Step-by-Step Guide to the Xcode Mac OS Development Environment Every copy of Mac OS X comes with Xcode, the powerful development suite that Apple uses to build applications ranging from Safari to iTunes. But because Xcode is complex and subtle, even experienced Mac programmers rarely take full advantage of it. Now, Mac developer Fritz Anderson has written the definitive introduction and guide to using Xcode to build applications with any Macintosh technology or language. Anderson helps you master Xcode's powerful text editor, industry-standard gcc compiler, graphical interactive debugger, mature UI layout and object linkage editor, and exceptional optimization tools. One step at a time, you'll develop a command-line utility, then use Xcode tools to evolve it into a full-fledged Cocoa application. Anderson provides expert guidance on development frameworks, source code management, Core Data modeling, localization, and much more. Coverage includes * Understanding Xcode workflow and the Mac OS X application lifecycle* Porting established legacy projects into Xcode* Using the Model-View-Controller design pattern to build robust graphical applications* Building static libraries and working with Xcode's build system* Making the most of bundles and package directories* Creating applications compatible with older versions of Mac OS X * Creating universal binaries to run on both Intel and PowerPC Macintoshes* Adding Spotlight searchability to data files* Leveraging Xcode's built-in support for unit testing* Using Xcode on makefile-based UNIX development projects Step Into Xcode's breadth, depth, and practical focus make it indispensable to every Mac developer: current Xcode users upgrading to Xcode 2.1, experienced Mac programmers migrating from CodeWarrior, UNIX/Linux programmers moving to Mac OS X, and even novices writing their first programs or scripts.

Synopsis

A Step-by-Step Guide to the Xcode Mac OS Development Environment Every copy of Mac OS X comes with Xcode, the powerful development suite that Apple uses to build applications ranging from Safari to iTunes. But because Xcode is complex and subtle, even experienced Mac programmers rarely take full advantage of it. Now, Mac developer Fritz Anderson has written the definitive introduction and guide to using Xcode to build applications with any Macintosh technology or language. Anderson helps you master Xcode's powerful text editor, industry-standard gcc compiler, graphical interactive debugger, mature UI layout and object linkage editor, and exceptional optimization tools. One step at a time, you'll develop a command-line utility, then use Xcode tools to evolve it into a full-fledged Cocoa application. Anderson provides expert guidance on development frameworks, source code management, Core Data modeling, localization, and much more.

Coverage includes *Understanding Xcode workflow and the Mac OS X application lifecycle*Porting established legacy projects into Xcode*Using the Model-View-Controller design pattern to build robust graphical applications*Building static libraries and working with Xcode's build system*Making the most of bundles and package directories*Creating applications compatible with older versions of Mac OS X *Creating universal binaries to run on both Intel and PowerPC Macintoshes*Adding Spotlight searchability to data files*Leveraging Xcode's built-in support for unit testing*Using Xcode on makefile-based UNIX development projects Step Into Xcode's breadth, depth, and practical focus make it indispensable to every Mac developer: current Xcode users upgrading to Xcode 2.1, experienced Mac programmers migrating from CodeWarrior, UNIX/Linux programmers moving to Mac OS X, and even novices writing their first programs or scripts.


Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  6 Rezensionen
77 von 78 Kunden fanden die folgende Rezension hilfreich
Overall a very good book but has the usual technical errors. 14. März 2006
Von Nelson Santos - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
I am currently more than halfway through this book now and already I can say that I am very happy with my purchase.

Firstly, this is not a programming how-to book. Plus, I don't think it should be your first Mac development book. The purpose of this book is to provide you with a solid understanding of the Xcode tool and to teach you some smart application design methods. I recommend that you start reading this book already knowing some Objective-C and Cocoa (at least a little anyway) because you will take with you so much more than just how to use the Xcode tool. Actually, without any Cocoa programming knowledge, you may just end up confused. The reason I say this is because the examples use intermediate to advanced Cocoa programs to illustrate Xcode as you advance through the book.

This book starts you off with some background information about what happens when you compile a Cocoa application, how the runtime system works and some basic debugging skills. It then instructs the reader to build a command line tool which eventually buds into a mature Cocoa application as the chapters go by, each chapter adding a major feature to the application while introducing additional Xcode features as you go. Some of the Xcode features that I've already learned include: Including a command line tool in a project as a target dependency, how to build and include a static BSD library in a project, using Text Macros to add language-specific code patterns to the Xcode menus, I've expanded my knowledge of Cocoa bindings, how to include a framework target, working with dynamic libraries and more.

Follow the examples! I was actually pleasantly surprised at the Cocoa skills I've learned simply from the examples' code. They are not typical. I've already assimilated the following intermediate to advanced Cocoa programming skills: Calling a command line tool from a Cocoa app using pipes and tasks, building and calling functions from a BDC static library, design skills that promote code decoupling and mixing C and Obj-C conventions together.

I do have some gripes: Technical errors! I've never written a book but how difficult is it to make sure that the samples work once you reach the end of a chapter? And I'm not talking about the intentional errors the author left in the code that are later fixed. For example, in one chapter the book instructed me to add 3 object controllers in Interface Builder. By the end of the chapter the program didn't run because I was never instructed to configure one of the three controllers. I went back to make sure I didn't miss anything. I was able to figure it out myself after some time (another reason you should not be a newbie reading this book) but this error and others should not have made it into the book. Don't authors proof read their own work or at least have a couple of other people read the book and try out the examples? Sheesh!

Also, be warned. I have yet to find any errata or contact info for the author for this book. So if you need help, you may not find any.

This book is an easy read. No nonsense and straight to the point. Most chapters are between 10 and 20 pages, which provides you with plenty of opportunity to stop, rest and take in what you've just read.

I wanted to rate this book ***1/2 for the errors and lack of help, but I can't give half-stars here. This book doesn't deserve 3 stars, so I gave it a 4.

Note [16-MAR-2006]: Wouldn't you know it, I just found the official Step Into Xcode web site complete with downloadable code, errata and author contact info! Here it is: http://six.manoverboard.org/ I now officially increase this books rating from ***1/2 to ****. :)
18 von 22 Kunden fanden die folgende Rezension hilfreich
Worth buying! 10. März 2006
Von Sean Murphy - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
Fritz Anderson really does a great job covering the ins and outs of Xcode in this book. If you are going to program on the Mac, the in-depth information in this book is a necessity! There are real programming examples to follow along with each chapter, and plenty of screenshots to describe what's going on. I'm glad I purchased "Step Into Xcode," and it has earned a spot on my bookshelf along with Aaron Hillegass's "Cocoa Programming" and Stephen Kochan's "Programming in Objective-C".
6 von 6 Kunden fanden die folgende Rezension hilfreich
Poor Introductory Reference 29. August 2008
Von Mike Cimprich - Veröffentlicht auf Amazon.com
Format:Taschenbuch
I'm most of the way through this book and have been losing interest since the first chapter. This book suffers from 3 fatal flaws: incomplete instruction, nonexistent trouble shooting, and poor code design. The first is very frustraiting, if you learn by doing and try to write the code in the book instead of just looking at the included code, you will quickly find your code does not work because the author omitted entire functions from the book. When learning to walk you will stumble, good intro books should account for that and provide you with the means to pull yourself up. This book provides no help to handle problems and you will make many, with the incomplete information along with the general disconnected nature of objective-C & cocoa you, like me may find yourself spending most of your time with this book debugging rather then learning. Finally as a veteran programmer in Win32, Linux, & embedded systems, I found the author's software design sensibilities to be lacking. Functions seem shoved in to classes for little reason, simple data objects took on complex IO functionality; these poor practices are touted by the author as examples of good Mac programming.

In summary I cannot recommend this book, its shortcomings make it difficult to work with, and these difficulties make it nearly impossible to learn from this book.

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar


Datenschutzerklärung von Amazon.de Versandbedingungen von Amazon.de Umtausch- & Rücknahme bei Amazon.de