Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Objective-C for IPhone for Java Developers: Books, Sites, Videos?

[Yes I have seen this question but I do not know C nor C++, otherwise the O'Reilly book would be great. Though some of the answers to the question are helpful]

I do not know C nor C++. I know C#, but only the "managed" stuff. I know Java, but have never dealt with JNI. (I also speak Ruby, PHP, and Basic variants, but that seems to be besides the point).

I would like to learn Objective-C for iPhone development particularly, but I'm coming from "higher-level" languages like Java and C#. Are there any resources that would be a good fit? I would really like something that leverages my existing knowledge and talks in terms of differences between Java (or C#) and Objective-C.

like image 259
Dan Rosenstark Avatar asked Dec 13 '22 23:12

Dan Rosenstark


2 Answers

You might find this helpful:

http://www.mecodegoodsomeday.com/ObjectiveCRef.pdf

It outlines some common/useful objective-c syntax/patterns/etc and gives you an idea of how they line up with similar ways of doing things in Java or C++.

like image 109
Jasarien Avatar answered Jan 29 '23 21:01

Jasarien


How about Learn Objective-C for Java Developers by Apress

like image 34
Brandon Bodnar Avatar answered Jan 29 '23 21:01

Brandon Bodnar