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 to prod...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress : Imprint: Apress,
2009.
|
Edición: | 1st ed. 2009. |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- Language
- Java and C: Key Differences
- Welcome to Objective-C
- Creating an Xcode Project
- Exploring Protocols and Categories
- Sending Messages
- Making Friends with nil
- Translational 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.