Loading…

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...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Bucanek, James
Format: Electronic eBook
Language:Inglés
Published: [Berkeley, Calif.] : Apress, ©2009.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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.