开发者

iPhone application that submits info to a website and gets results back

开发者 https://www.devze.com 2022-12-16 20:42 出处:网络
I am new to iPhone development, I wonder where could I find: 1) the best tutorials to start iPhone programming

I am new to iPhone development, I wonder where could I find:

1) the best tutorials to start iPhone programming 2) info or code about how to submit info to a website (example se开发者_开发问答arch query to google) and get data back (show summary of query results on iphone)

Thanks


Well Stanford University has a whole EXTREMELY helpful iTunes U series on the iPhone development process. That should help you. Good luck and HAVE FUN.


As a new iPhone developer myself, I've found apple's sdk documentation to be the best for learning. The iPhoneCoreDataRecipes package has been my go to for figuring things out. It's got a little bit of everything in it.

I tried to do web tutorials - there are a ton out there, just search iPhone tutorial on the web or on SO - but I found most of them lacking.

There are a couple of classes that you can you use to retrieve a web request. NSURLConnection will be the best one for making POST requests, and if you're querying restful services initializing an NSString with a URL is the easiest method.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号