1

I am new to iPhone/iPad applications. My boss wants to develop an application which will get data from SQL and will display in an iPhone/iPad application.

I haven't developed any such application before, but I am excited to create one.

I just want to know what all I need to get started with a simple "HELLO WORLD" app, so that I can get some idea of "how to proceed". Is there any GUI interface to create these applications? In which language will we write the code for this application? I am a PHP/ASP.NET developer. Is there any difference between iPhone and iPad applications? And so on.

Are there some good links with guide on how to proceed?

Basically, all I need to know to get started with an iPhone/iPad applications.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
djmzfKnm
  • 26,679
  • 70
  • 166
  • 227
  • 1
    You need a Mac and the iPhone/iPad development toolkit - xcode. – ChrisF Nov 11 '10 at 13:00
  • 1
    possible duplicate of [Getting Started With iPhone Development](http://stackoverflow.com/questions/332039/getting-started-with-iphone-development) – Brad Larson Nov 11 '10 at 18:11

1 Answers1

3

It would be good to configure the server side to spit out xml, and then use something like this to parse it: http://blog.sallarp.com/iphone-server-client-tips-techniques/

cannyboy
  • 24,180
  • 40
  • 146
  • 252