tags:

views:

63

answers:

3

Hi, I have been programming in Microsoft Dot net for the past 4 years. Now, I want to develop an iPhone application. I have no idea where to start. I do not know anything about MAC OSX or any other Apple "words":). Searches on the google about books and online articles fetch a lot of results which is confusing. It would be great if anybody can share their beginner's experience. Thank You.

A: 

I found it surprisingly easy to pick up. The Apple dev center includes a lot of sample code, and because it's the programming language du jour, there's a lot of forum links and StackOverflow questions about it, as well as plenty of people looking to answer new questions.

It's pretty satisfying to do too, if you've never done mobile development before.

Get yourself a machine and download XCode, the supplied Apple IDE. It's a bit lamer than Eclipse right now, but the new version which is on the verge of release looks much better. Grab yourself access to the developer center (which is worth the investment) and build a simple App or two. Get to know Interface Builder first, because you may not have worked with things like this before.

There are some idiosyncracies in the syntax and whatnot, but you get used to it pretty fast. And then come here and ask more questions. :)

mtc06
Thank you very much!! Yeah, will surely have many more questions:)
Sharanya
Is there a way to develop iPhone applications in a windows machine?
Sharanya
A: 

Hi,

I just ran through this tutorial to get familiar with XCode and Interface Builder.

Then joining a local group about it should be helpful - I'm a member of the Iphone London Users Group and chats with other developers is the most useful tool I have to find out how to do things.

deanWombourne
A: 

I've learn all about iPhone programming with this great book: Beginning iPhone 3 Development.

micropsari
This book looks like a great start. Thanks for it.
Sharanya