Topics that I hope to cover:
- Initial questions coming from a mainly Java background.
- Objective-C the language, including comparisons with Java.
- OO with Objective-C, covering how a typical Java app would use interfaces and how Objective-C might approach the problem.
- Collections in Java and Objective-C.
- Concurrency utils in Java and Objective-C.
- Tools.
1 comment:
Some notes can be find at
Objective C from Java about class structure and at
Objective C from Java String about Strings in both languages
Post a Comment