Reputation: 27185
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.
Upvotes: 1
Views: 393
Reputation: 24406
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/
Upvotes: 3