What are some key tools needed when you are first starting out in developing your first iPhone application?
- Software Tools
- IDEs
- Tool Chains
- Blog Posts
- Etc.
|
17
|
What are some key tools needed when you are first starting out in developing your first iPhone application?
|
||||||||||||||||||
|
|
|
The IDE, which is part of the iPhone SDK download, is XCode 3.1. You need to run on an Apple Mac using an Intel CPU and running Mac OS X 10.5 "Leopard". You'll need to learn the programming language Objective-C. The main library that you'll use is called Cocoa-Touch, a variant of the Cocoa framework used on Apple's regular computers. A good starting point is the sample projects, documentation and video tutorials at the Apple website that brd6644 mentioned. Good luck! :-) |
||
|
|
|
|
I too am looking to start coding the for iPhone, and had never coded in Objective-C or worked with the Cocoa framework. I recently ordered Cocoa Programming for Mac OS X by Aaron Hillegass and have found it to be an excellent starting point. |
||||
|
|
|
These aren't totally iPhone specific, but for some general background:
That's a good start. |
||
|
|
|
|
I found this tutorial very helpful: appsamuck Good luck! |
||
|
|
|
|
The Pragmatic Programmers have got a free Getting started with Xcode and Interface Builder screencast available which should give you a good feel for what iPhone development is like. |
||
|
|
|
|
http://developer.apple.com/iphone You can get the iPhone SDK from there which includes the IDE, debugger, iPhone emulator, etc. |
||
|
|
|
|
In my opinion, the best way to begin is with the Stanford lectures. This is a course, with the first step on Objective-C, and numerous key subject on the Cocoa-Touch framework and the way to publish App on the store. You'll find lot of useful resources. |
||
|
|
|
|
Once you get used to Objective-C, Cocoa and XCode, I highly recommand you The iPhone Developer's Cookbook. It contains all the basic stuff you'll want to do inside your iPhone App, with a lot of clean code to start with. |
||
|
|
|
Getting started with iPhone Development Tutorial---- iPhone development guide in details with videos to step up your Xcode and help you to submit your application to apple store. http://adeem.me/blog/iphone-development-guide/ |
||
|
|
|
|
You can develop for the iPhone purely using Open Web technology like jQuery or Ra-Ajax (Disclaimer; I work with Ra-Ajax) and as long as you don't need something really fancy implemented like Photo Shop 2.0 or games I'd strongly encourage you to STICK to Open Web. By following Open Standards you can even mostly keep the exact same codebase for both your iPhone version and "everything else"... |
||
|
|
|
My biggest hurdle is getting a Mac. Anyone know a way around that? |
||||||||||
|
|
|
I've been trying to immerse myself in the Mac world to pick this stuff up (been a .NET/Windows dev for years), but it's a huge paradigm shift. I just got Learn Objective–C on the Mac. It's very good so far. Also the Mobile Orchard podcast has been very informative. |
||
|
|