Good ways to Learn Cocoa? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T08:34:37Zhttp://stackoverflow.com/feeds/question/67875http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/67875/good-ways-to-learn-cocoa7Good ways to Learn Cocoa?mike5112008-09-15T23:15:00Z2009-03-31T16:56:10Z
<p>I'd love to learn Cocoa, it seems like the best systems language for Mac OS X.</p>
<p>Can you recommend any useful ways to learn the language? Books, websites, example projects or even classes to take?</p>
http://stackoverflow.com/questions/67875/good-ways-to-learn-cocoa/67893#678934Answer by Dave for Good ways to Learn Cocoa?Dave2008-09-15T23:19:42Z2008-09-15T23:19:42Z<p>Cocoa Programming for Mac OS X, by Aaron Hillegass.</p>
http://stackoverflow.com/questions/67875/good-ways-to-learn-cocoa/67896#678968Answer by Steve Johnson for Good ways to Learn Cocoa?Steve Johnson2008-09-15T23:20:01Z2008-09-16T01:38:31Z<p>Andy Matuschak has a great <a href="http://andymatuschak.org/articles/2007/09/09/getting-started-with-cocoa-a-friendlier-approach/" rel="nofollow">blog post</a> that leads you through several good Cocoa tutorials, explaining why you are reading each one.</p>
<p><a href="http://www.cocoadevcentral.com/" rel="nofollow">Cocoa Dev Central</a> has loads of tutorials.</p>
<p>For books, I echo Dave and Phillip Bowden with <a href="http://rads.stackoverflow.com/amzn/click/0321503619" rel="nofollow">Cocoa Programming for Mac OS X by Aaron Hillegass</a>.</p>
http://stackoverflow.com/questions/67875/good-ways-to-learn-cocoa/67928#679283Answer by Phillip Bowden for Good ways to Learn Cocoa?Phillip Bowden2008-09-15T23:27:17Z2008-09-15T23:27:17Z<p><a href="http://rads.stackoverflow.com/amzn/click/0321503619" rel="nofollow">Cocoa Programming for Mac OS X</a> is a great book that covers Objective-C and many of the frameworks that make up Cocoa. Most Cocoa programmers I know learned from this book (including myself). The third edition was released recently, so it's fairly up to date. Good luck.</p>
http://stackoverflow.com/questions/67875/good-ways-to-learn-cocoa/67941#679410Answer by Scott S. for Good ways to Learn Cocoa?Scott S.2008-09-15T23:30:14Z2008-09-15T23:30:14Z<p>Be sure to check out <a href="http://www.cocoalab.com/?q=becomeanxcoder" rel="nofollow" title="Becoming an Xcoder">http://www.cocoalab.com/?q=becomeanxcoder</a>. It goes from the very fundamentals of programming to learning Cocoa, Xcode and more.</p>
http://stackoverflow.com/questions/67875/good-ways-to-learn-cocoa/67950#679500Answer by duane for Good ways to Learn Cocoa?duane2008-09-15T23:32:27Z2008-09-15T23:32:27Z<p>Buy a book, open XCode, and <em>write</em>. Seriously, writing is <em>the best way</em> to learn Cocoa. In addition, I recommend <a href="http://rads.stackoverflow.com/amzn/click/0321213149" rel="nofollow">Cocoa Programming for Mac OS X</a>!</p>
http://stackoverflow.com/questions/67875/good-ways-to-learn-cocoa/68011#680111Answer by exjop for Good ways to Learn Cocoa?exjop2008-09-15T23:45:45Z2008-09-15T23:45:45Z<ol>
<li>Read and follow the <a href="http://www.cocoalab.com/?q=becomeanxcoder" rel="nofollow">Become an Xcoder</a> tutorial.</li>
<li>Read <a href="http://www.amazon.com/Cocoa-Programming-Mac-OS-Third/dp/B00139XSRO/ref=sr_1_1?ie=UTF8&s=books&qid=1221521888&sr=1-1" rel="nofollow">Cocoa Programming for the Mac OS X</a> and type in all the code.</li>
<li>You can also watch <a href="http://www.cocoacast.com/" rel="nofollow">CocoaCast</a> if you would like to watch how programming is done instead of just reading it.</li>
<li>The Cocoa documentation in apple's developer website is also a very good resource. Work your way on the Cocoa and Objective-C conceptual guides and work out the samples.</li>
<li>Finally, just practice and apply what you've read/seen on your own application.</li>
</ol>
http://stackoverflow.com/questions/67875/good-ways-to-learn-cocoa/68030#680300Answer by Bradley Harris for Good ways to Learn Cocoa?Bradley Harris2008-09-15T23:49:14Z2008-09-16T01:43:42Z<p>I have been working on learning Cocoa myself recently and have found Apple's own <a href="http://developer.apple.com/cocoa/" rel="nofollow">Cocoa resources</a> to be incredibly helpful. </p>
<p>For example projects I have spent quite a bit of time in the <a href="http://trac.adiumx.com/wiki/GettingAdiumSource" rel="nofollow">Adium source</a>. Adium is a relatively large project so I am very often able to find examples of whichever concept I am interested in.</p>
<p>The <a href="http://www.cocoadev.com/" rel="nofollow">CocoaDev</a> wiki can also be quite useful.</p>
http://stackoverflow.com/questions/67875/good-ways-to-learn-cocoa/68063#680630Answer by epatel for Good ways to Learn Cocoa?epatel2008-09-15T23:57:07Z2008-09-15T23:57:07Z<p><a href="http://www.bignerdranch.com/classes/cocoa.shtml" rel="nofollow">Big Nerd Ranch</a> The definitive class to take...well worth it!</p>
http://stackoverflow.com/questions/67875/good-ways-to-learn-cocoa/73848#738480Answer by mike511 for Good ways to Learn Cocoa?mike5112008-09-16T15:52:02Z2008-09-16T15:52:02Z<p>thanks so much for the wonderful answers! I'm starting with the blog
post by Andy Matuschak</p>
http://stackoverflow.com/questions/67875/good-ways-to-learn-cocoa/702011#7020110Answer by Joe Estes for Good ways to Learn Cocoa?Joe Estes2009-03-31T16:56:10Z2009-03-31T16:56:10Z<p>Would you guys recommend the same book for learning iPhone development or another book?</p>