Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Way To Get Started With Mac Development

Tags:

macos

I just recently got my first mac. I do lots of programming on windows but now I want to get into Mac development. What are some languages i should know or tools i should use to get started with mac development?

like image 646
The.Anti.9 Avatar asked Oct 02 '08 12:10

The.Anti.9


4 Answers

Cocoa(R) Programming for Mac(R) OS X (3rd Edition) by Aaron Hillegass:

enter image description here

Fantastic book and the author has alot of credibility - Apple brought him in to train their developers on Cocoa.

like image 52
hunterjrj Avatar answered Sep 21 '22 01:09

hunterjrj


For desktop apps, cocoa+objective-c are the way to go. XCode is the best editor for that. For webapps, I'd check out Ruby on Rails and Textmate.

If you've done Java development, you can keep on doing that, too. Eclipse will be very familiar.

like image 37
Matthias Winkelmann Avatar answered Sep 20 '22 01:09

Matthias Winkelmann


I second hunterjrj's suggestion of Aaron Hillegass's book.

Another book that I'm reading at the moment which is a good tour of Xcode 3 is Fritz Anderson's Xcode 3 Unleashed.

Apple's development website also has lots of programming guides and video. Sign up at developer.apple.com. If you have an apple.com account already (or iTunes) it is easy to extend that to a developer membership. Note that you don't get all the developer info unless you pay for a full ADC membership. But all the API docs and programming guides are available without paying.

like image 45
orj Avatar answered Sep 20 '22 01:09

orj


I've joined the Mac Developer Network, and subscribe to the many podcasts there. Not a reference mind, you just a place to keep you motivated on your journey.

like image 28
casademora Avatar answered Sep 23 '22 01:09

casademora