Potrai iniziare a leggere Programming in Objective-C sul tuo Kindle tra meno di un minuto. Non possiedi un Kindle? Scopri Kindle.

Invia a Kindle o a un altro dispositivo

 
 
 

Prova gratis

Leggi gratuitamente l'inizio di questo eBook

Invia a Kindle o a un altro dispositivo

Leggi gli eBook sul computer o altri dispositivi portatili con le Applicazioni di lettura Kindle gratuite.
Programming in Objective-C (3rd Edition) (Developer's Library)
 
Visualizza l'immagine in formato grande
 

Programming in Objective-C (3rd Edition) (Developer's Library) [Formato Kindle]

Stephen G. Kochan

Prezzo edizione digitale: EUR 26,77 Cos'è?
Prezzo Kindle: EUR 18,74 include IVA (dove applicabile) e il download wireless gratuito con Amazon Whispernet
Risparmi: EUR 8,03 (30%)

Formati

Prezzo Amazon Nuovo a partire da Usato da
Formato Kindle EUR 18,74  
Brossura --  
Scopri come risparmiare fino all'80% su un titolo diverso ogni giorno
Iscriviti alla Newsletter dell'offerta lampo Kindle per ricevere direttamente nella tua casella di posta elettronica l'e-mail con l'offerta del giorno e non perdere nemmeno un titolo in promozione. Scopri di più

Chi ha acquistato questo articolo ha acquistato anche


Descrizione prodotto

Sinossi

Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for the iOS and Mac platforms.

The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon). Because of this, both beginners and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C. Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying procedural language (C).

This unique approach to learning, combined with many small program examples and exercises at the end of each chapter, makes Programming in Objective-C ideally suited for either classroom use or self-study. While the Objective-C language itself has gone through relatively minor changes since the introduction of Objective-C 2.0, the Apple development tools that programmers use for Objective-C development on the Mac and on iOS have changed significantly in a very short period of time.

The third edition of Programming in Objective-C includes numerous updates and improvements throughout the book:

  • Improved organization for some chapters
  • Incorporation of feedback and suggestions from members of the author's forum for readers, including more detailed descriptions for some of the examples
  • A new introduction to blocks with examples
  • Replacement of deprecated methods with newer methods
  • Updated diagrams and steps for using Xcode 4

  • Dettagli prodotto

    • Formato: Formato Kindle
    • Dimensioni file: 3143 KB
    • Lunghezza stampa: 552
    • Utilizzo simultaneo di dispositivi: Fino a dispositivi, per limite di editore
    • Editore: Addison-Wesley Professional; 3 edizione (10 giugno 2011)
    • Venduto da: Amazon Media EU S.à r.l.
    • Lingua: Inglese
    • ASIN: B004QQ3MI6
    • Da testo a voce: Abilitato
    • X-Ray: Non abilitato
    • Posizione nella classifica Bestseller di Amazon: #66.959 a pagamento nel Kindle Store (Visualizza i Top 100 a pagamento nella categoria Kindle Store)

    Recensioni clienti

    Non ci sono ancora recensioni di clienti su Amazon.it
    5 stelle
    4 stelle
    3 stelle
    2 stelle
    1 stella
    Le recensioni clienti più utili su Amazon.com (beta)
    Amazon.com: 4.6 su 5 stelle  47 recensioni
    40 di 40 persone hanno trovato utile la seguente recensione
    5.0 su 5 stelle Outstanding. But Kindle Edition is tough for reading code. 1 luglio 2011
    Di tall-latte - Pubblicato su Amazon.com
    Formato:Formato Kindle|Acquisto verificato Amazon
    This book is outstanding. It provided just the right balance of a fast pace but not too fast as to be overwhelming. It is a prerequisite for any other iOS development book, unless perhaps if you are an experienced developer of Mac apps.

    It covers Xcode 4, which is good for anyone starting out (why start out with an already outdated version of Xcode?). If you don't yet have Xcode 4, you will need to either pay $5 in the Mac App Store (prepare for a several hour long download) or pay the $99 annual developer program fee. I found Xcode 4 to be worth the upgrade price versus the free Xcode 3.

    The book is extremely well written, assumes little to no prior C knowledge (although prior development experience will no doubt help), and explains basic concepts. I appreciated that it sometimes took "the long way" in example code, in order to have more readable code, rather than resorting to abbreviated shortcut code that can be much harder to read.

    Even though the book is focused on Objective-C, it has a nice small section at the end that covers iOS development and walks you through a basic iPhone app: a fractions calculator. However, if you already have expertise with Objective-C and are just wanting to learn iOS, then this book might not be the best for you. This is best as the first book an iOS developer reads, and then additional books focused just on iOS would be the logical next steps after this book. But reading an iOS book without first having the understanding of Objective-C will likely set you up for failure.

    While the book is excellent, the Kindle edition is a bit difficult when reading code samples. Also, some tables were completely unreadable on my 2nd generation Kindle. What I had to frequently do was fire up the Kindle iPad app (or the Kindle Mac app would work, too) in order to read the sample code and tables that were too small on the Kindle. This worked well. I read about 80% of the book on the 2nd generation Kindle, and the other 20% on an iPad 2 (using Kindle app). It actually works nicely to prop up the iPad next to your Mac as you type in the sample code.

    If you only have a small Kindle and no larger device to read the Kindle book on, you might prefer the print edition of this book.

    I highly recommend this book.
    26 di 26 persone hanno trovato utile la seguente recensione
    5.0 su 5 stelle Despite what you see in the iOS dev forums... 28 giugno 2011
    Di Terrance Shaw - Pubblicato su Amazon.com
    Formato:Formato Kindle|Acquisto verificato Amazon
    This is an incredible book for any developer's library. Yes, Apple's development library is both free and as in-depth as it comes, but the problem there is that they're explained assuming prior knowledge in either Objective-C or some other object-oriented programming history in your past. Reading through about all of them aside from the HIG, I found my head spinning and a distinct lack of comprehension setting in.

    I was quick to buy Kochan's second edition of this book, and I wasn't disappointed with what I found there, though I knew it could be better if it was up to date with current material.

    Enter the third edition, utilizing Xcode 4.

    It shows you EXACTLY what to do in each project without having to assume what to do between the then-current Xcode 3 and the currently current Xcode 4.

    I'd fully recommend this to any budding iOS or Mac developer.
    28 di 29 persone hanno trovato utile la seguente recensione
    5.0 su 5 stelle Great for learning Obj-C without learning C first 23 giugno 2011
    Di B. Alter - Pubblicato su Amazon.com
    Formato:Formato Kindle|Acquisto verificato Amazon
    I have been looking for a way to learn how to write iOS apps in Objective-C without having to learn C first. Almost every book I've looked at for iOS programming either assumes you already know Obj-C or C. This book doesn't. I'm only 3 chapters into the exercises, but I've skimmed the book for other topics and found it to be consistently well done.

    If you want to learn Obj-C from scratch, without previous C knowledge, your money would be well spent on this book. I'm using the Kindle version. It looks great on my iPad, and is also well formated on the smaller screen of my Kindle.

    I più evidenziati

     (Cos'è?)
    &quote;
    A unique occurrence of a class is an instance, and the actions that are performed on the instance are called methods. &quote;
    Evidenziato da 106 utenti Kindle
    &quote;
    The leading minus sign (-) tells the Objective-C compiler that the method is an instance method. The only other option is a plus sign (+), which indicates a class method. &quote;
    Evidenziato da 103 utenti Kindle
    &quote;
    Just as a point of terminology, you say that you declare the methods in the @interface section and that you define them (that is, give the actual code) in the @implementation section. &quote;
    Evidenziato da 100 utenti Kindle

    I clienti che hanno evidenziato questo articolo hanno evidenziato anche


    Discussioni clienti

    Forum su questo prodotto
    Discussione Risposte Ultimo post
    Nessuna discussione

    Poni domande, condividi opinioni, raccogli informazioni
    Inizia una nuova discussione
    Argomento:
    Primo post:
    Dovrai effettuare l'accesso
     

       


    Ricerca articoli simili per categoria