Good ways to Learn Cocoa? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T08:34:37Z http://stackoverflow.com/feeds/question/67875 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/67875/good-ways-to-learn-cocoa 7 Good ways to Learn Cocoa? mike511 2008-09-15T23:15:00Z 2009-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#67893 4 Answer by Dave for Good ways to Learn Cocoa? Dave 2008-09-15T23:19:42Z 2008-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#67896 8 Answer by Steve Johnson for Good ways to Learn Cocoa? Steve Johnson 2008-09-15T23:20:01Z 2008-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#67928 3 Answer by Phillip Bowden for Good ways to Learn Cocoa? Phillip Bowden 2008-09-15T23:27:17Z 2008-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#67941 0 Answer by Scott S. for Good ways to Learn Cocoa? Scott S. 2008-09-15T23:30:14Z 2008-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#67950 0 Answer by duane for Good ways to Learn Cocoa? duane 2008-09-15T23:32:27Z 2008-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#68011 1 Answer by exjop for Good ways to Learn Cocoa? exjop 2008-09-15T23:45:45Z 2008-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&amp;s=books&amp;qid=1221521888&amp;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#68030 0 Answer by Bradley Harris for Good ways to Learn Cocoa? Bradley Harris 2008-09-15T23:49:14Z 2008-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#68063 0 Answer by epatel for Good ways to Learn Cocoa? epatel 2008-09-15T23:57:07Z 2008-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#73848 0 Answer by mike511 for Good ways to Learn Cocoa? mike511 2008-09-16T15:52:02Z 2008-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#702011 0 Answer by Joe Estes for Good ways to Learn Cocoa? Joe Estes 2009-03-31T16:56:10Z 2009-03-31T16:56:10Z <p>Would you guys recommend the same book for learning iPhone development or another book?</p>