Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm a Java guy who is familiar with Swing programming and recently just started out with iPhone programming. Boy the learning curve was steep and now I would like to start Cocoa development for desktop apps.

I've been reading on articles and considering buying few cocoa book to advance my learning, still I feel I don't fully get it yet. I started about 3 months back and pretty comfortable with XCode and Objective-C but developing cocoa for desktop apps looks like a different game from iPhone development.

My questions are:

  1. Suitable book to pick up and learn from.
  2. What blogs I should follow?
  3. Any code example I should look at to learn from.

I've been looking at Adium src and considering buying Cocoa Programming 3rd but the book looks like bunch of stuff I already kinda know.

share|improve this question
Looks like cocoadev.com got most of my answer. – Seymour Cakes Sep 17 '09 at 6:11

2 Answers

up vote 4 down vote accepted

Suitable book to pick up and learn from.

What blogs I should follow?

Any code example I should look at to learn from.

EDIT: There is already a comprehensive list here on SO: Good ways to Learn Cocoa?

share|improve this answer
2  
+1 for Hillegass. – las3rjock Sep 17 '09 at 10:36
Have to agree - the Hillegass tome is most definitely worth a read, although the OP will probably already have a good feel of things from cutting his teeth on the iPhone. – middaparka Sep 18 '09 at 19:44

Our CocoaHeads group has a really large list of resources:

http://cocoaheads.byu.edu/resources

If you're looking for books, check out: http://cocoaheads.byu.edu/resources/book

Or blogs: http://cocoaheads.byu.edu/resources/blog

Or tutorials: http://cocoaheads.byu.edu/resources/tutorial

Or sample code: http://cocoaheads.byu.edu/resources/sample-code

etc

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.