Cargando…

Learn Objective-C for Java developers /

"Learn Objective-C for Java Developers will guide experienced Java developers into the world of Objective-C. It will show them how to take their existing language knowledge and design patterns and transfer that experience to Objective-C and the Cocoa runtime library. This is the express train t...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Bucanek, James
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, Calif.] : Apress, ©2009.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Language. Introduction
  • Java and C : key differences
  • Welcome to Objective-C
  • Creating an Xcode project
  • Exploring protocols and categories
  • Sending messages
  • Making friends with nil
  • Translating technologies. Strings and primitive values
  • Garbage collection
  • Introspection
  • Files
  • Serialization
  • Communicating near and far
  • Exception handling
  • Threads
  • Programming patterns. Collection patterns
  • Delegation pattern
  • Provider/subscriber pattern
  • Observer pattern
  • Model-view-controller pattern
  • Lazy initialization pattern
  • Factory pattern
  • Singleton pattern
  • Advanced Objective-C. Memory management
  • Mixing C and Objective-C
  • Runtime.