Programming in Objective-C e oltre 1.000.000 di libri sono disponibili per Amazon Kindle . Maggiori informazioni


oppure
Accedi per attivare gli ordini 1-Click.
oppure
Con la prova gratuita di
Amazon Prime.
Altre opzioni di acquisto
Ne hai uno da vendere? Vendi i tuoi articoli qui
Inizia a leggere Programming in Objective-C su Kindle in meno di un minuto.

Non hai un Kindle? Scopri Kindle, oppure scarica l'applicazione di lettura Kindle GRATUITA.

Programming in Objective-C: Updated for IOS 5 and Automatic Reference Counting (Arc) [Brossura]

Stephen G. Kochan
5.0 su 5 stelle  Visualizza tutte le recensioni (2 recensioni clienti)
Prezzo: EUR 29,64 Spedizione gratuita. Dettagli
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
Disponibilità immediata.
Venduto e spedito da Amazon. Confezione regalo disponibile.
Vuoi la consegna garantita entro martedì 21 maggio? Ordina entro e scegli la spedizione 1 giorno. Dettagli

Formati

Prezzo Amazon Nuovo a partire da Usato da
Formato Kindle EUR 18,74  
Brossura EUR 29,64  
C'è una nuova edizione di questo articolo:
Programming in Objective-C Programming in Objective-C 5.0 su 5 stelle (2)
EUR 26,63
Disponibilità immediata.

Spesso comprati insieme

I clienti comprano questo articolo con Beginning iOS6 Development: Exploring the iOS SDK EUR 25,28

Programming in Objective-C: Updated for IOS 5 and Automatic Reference Counting (Arc) + Beginning iOS6 Development: Exploring the iOS SDK
Prezzo per entrambi: EUR 54,92

Mostra disponibilità e dettagli di spedizione

  • Questo articolo: Programming in Objective-C: Updated for IOS 5 and Automatic Reference Counting (Arc)

    Disponibilità immediata.
    Venduto e spedito da Amazon.it.
    Questo articolo verrà spedito con la spedizione gratuita. Dettagli

  • Beginning iOS6 Development: Exploring the iOS SDK

    Disponibilità immediata.
    Venduto e spedito da Amazon.it.
    Questo articolo verrà spedito con la spedizione gratuita. Dettagli


Chi ha acquistato questo articolo ha acquistato anche


Dettagli prodotto

  • Brossura: 600 pagine
  • Editore: Addison Wesley; 4 edizione (26 dicembre 2011)
  • Collana: Developer's Library
  • Lingua: Inglese
  • ISBN-10: 0321811909
  • ISBN-13: 978-0321811905
  • Peso di spedizione: 862 g
  • Media recensioni: 5.0 su 5 stelle  Visualizza tutte le recensioni (2 recensioni clienti)

Quali altri articoli acquistano i clienti, dopo aver visualizzato questo articolo?


Recensioni clienti

4 stelle
0
3 stelle
0
2 stelle
0
1 stella
0
5.0 su 5 stelle
5.0 su 5 stelle
Le recensioni più utili
2 di 2 persone hanno trovato utile la seguente recensione
5.0 su 5 stelle Lettura fondamentale 14 maggio 2012
Formato:Formato Kindle|Acquisto verificato Amazon
Chiunque vuole programmare per iOS o per Mac OS X deve leggere questo libro. Objective-C può generare molta confusione come linguaggio di programmazione e il libro di Kochan riesce a togliere moltissimi dubbi anche a un programmatore che ci si affaccia per la prima volta.
Questa recensione ti è stata utile?
1 di 1 persone hanno trovato utile la seguente recensione
5.0 su 5 stelle Ottimo libro di programmazione 28 marzo 2012
Formato:Brossura|Acquisto verificato Amazon
Cercavo un libro per imparare Objective-C senza dover necessariamente partire direttamente con lo sviluppo di applicazioni iPhone.

Il libro è scritto molto bene e nonostante sia uno sviluppatore posso consigliarlo anche a chi non ha mai programmato, per la semplicità e la chiarezza delle spiegazioni.
Questa recensione ti è stata utile?
Le recensioni clienti più utili su Amazon.com (beta)
Amazon.com: 4.2 su 5 stelle  63 recensioni
30 di 32 persone hanno trovato utile la seguente recensione
4.0 su 5 stelle Looking to learn how to make your own apps after reading this book? Think again. 9 luglio 2012
Di Al C. - Pubblicato su Amazon.com
Formato:Brossura
First of all, let me say that if your goal is the same as mine, to learn how to make iPhone apps starting from scratch, this review will help you decide whether or not this book is for you. I would like to point out that prior to reading this book, the only programming knowledge I had was C (only basic ideas - no actual programs were made). I had no other prior programming experience.

After reading this book, did I know how to use text input boxes, make an alert display on the screen, or create a simple app that moved from one page to another? Unfortunately, no. This book focuses mainly with major ideas and concepts of the Objective-C language. That is, how the language is structured, some major and commonly used methods (or functions in other languages), and general tips while making an app. The book finally begins teaching how to actually make an iPhone app (containing buttons and a user interface) in the last chapter. Even so, the last chapter only teaches you to make a simple "Fraction Calculator" app with only some buttons and a text area to display the result. Because of this, don't expect to know how to make even the simplest of apps after reading the book. This book only gets your feet wet.

You should get this book if:
- you are starting to learn the basics of Objective C
- you learn well with step by step instructions along with explanations of the instructions/code
- you like the idea of chapter examples/problems that force you to figure things out on your own and do external research
- you like the idea that this book provides an online forum dedicated to this specific edition of book (including previous editions), where you can ask questions

Don't expect:
- to know how to turn your ideas into working apps after reading this book
- that this is the only book you need
- that this book will be a quick and simple read (unless you pick up code easily)
- to be able to learn everything in the book by skimming or skipping sections

----------UPDATE (July 20, 2012)----------
Ever since this review has been written, I have been actively using and playing around in Xcode, following video tutorials online, and searching whatever code I don't know/understand online. In my opinion, I've learned more information about Xcode and making apps for the iPhone than this book has taught me. Looking back, however, I realize that you DO need a good foundation of Objective-C knowledge, which this book provides. It might be possible to learn iOS programming by starting with video tutorials, but if you don't understand EVERYTHING about the tutorials (such as the code, the outlet connections, why something was done, etc.), I suggest you brush up on the basics.

My tip to those looking to learn iPhone programming is to first get a good understanding of the basics of Objective-C from this book. You don't need to memorize or completely understand every method taught in this book, but at least get the general and basic idea/purpose of them. After reading this book, your next step should be to look at tutorials online, whether they are video tutorials or text/image based tutorials. Start from the basics, one by one. I suggest learning how to use storyboards first, as this book does not cover storyboards sufficiently and can be very useful in the future. Next, learn user interface elements. For example, start with the UIButton. Learn how to put it into your iPhone screen's view. Then learn how to create a method for when it is pressed by the user. Next, learn how to add code to that method and test if your UIButton works. A good online tutorial will teach you all of these things (and possibly more). If you do feel that you don't get something while following tutorials, look online for help/documentation or ask someone who can help you. If you have a great amount of difficulty following tutorials, then you might need to go back and brush up on your basics.

In conclusion, after you read this book, you should build up your experience of actually building apps that involve user interface elements as well as the code associated with those user interface elements.
25 di 27 persone hanno trovato utile la seguente recensione
5.0 su 5 stelle Perfect and up to the minute! 31 dicembre 2011
Di Poker Pro - Pubblicato su Amazon.com
Formato:Brossura|Acquisto verificato Amazon
This is clearly the best intro book on Objective C out there. It's fairly comprehensive, doesn't assume any prior programming experience, and best of all, it's fully updated for the latest XCode 4.2, ARC, and iOS 5 development environment. Apple really has been changing the rules of the game for app development very quickly in the OS X days, and this book has kept pace remarkably well. It's really a great intro.

If there's one small weakness, I'd say the author might have presented some tougher challenges in the chapter ending exercises. The sample problems in the text are all very straight-forward and can be answered very easily by referring to the previous chapter itself. At least I think some readers would benefit from the addition of 1 or 2 challenges that might require some out of the box thinking. But hey, compared to other programming books that take the "sink or swim" approach and/or assume they're writing for a 25 year C veteran, I'm willing to forgive the author for a bit of coddling.

I think this is the best place to start Mac an iOS programming, and absolutely where anyone without prior Java, C or even Perl/PHP experience needs to begin. Every other book I've seen assumes a decent familiarity with programming concepts and makes no real attempt to match the scope of this book's coverage (skipping many C topics and more advanced issues like protocols, etc.)

It's not the only book you'll need to program for Apple products, but it's the best first one and it's such a good book starting here makes it more likely you'll actually move on to the Cocoa, etc books. Be sure to buy the Fourth Edition to ensure you get coverage on the radical changes introduced by ARC memory management.
19 di 23 persone hanno trovato utile la seguente recensione
4.0 su 5 stelle Not worth the price for ARC update 19 dicembre 2011
Di Benjamin Spratling - Pubblicato su Amazon.com
Formato:Formato Kindle
This is an excellent text on Obj-C in general, but if you already have an edition since 2, this is not worth the update on ARC. The changes to discuss ARC are quite short and contain much less information than Apple provides in free developer documentation. There isn't any information on corner cases. In general, though, it's essential that a new edition cover ARC and the new Xcode.

Ricerca articoli simili per categoria