开发者

Native app for iPhone!

I want to develop a native universal app(i.e for iPhone and iPad) for my orgaization.I开发者_运维知识库 want to include some of the essential features of the organiztion website into my native app.For obvious reasons i cant store this huge data into iPhone itself.so data will be fetched from the server but application would be a native app.so are there any APIs available to do this?


I always find it's easier to start using sample code, and lucky for you Apple provides a lot of this. Here is the reference library for all kinds of goodies to learn off of and hack your way through: http://developer.apple.com/iphone/library/navigation/index.html#section=Resource%20Types&topic=Sample%20Code

A few noted ones... (I left out some advanced ones like BonjourWeb Reachability and AdvancedURLConnections but look at those once you gain a little more understanding)

URL Cache: http://developer.apple.com/iphone/library/samplecode/URLCache/Introduction/Intro.html

RSS Feed Parser: http://developer.apple.com/iphone/library/samplecode/SeismicXML/Introduction/Intro.html

MailComposer: http://developer.apple.com/iphone/library/samplecode/MailComposer/Introduction/Intro.html

Also, a couple books you should get to start your journey on iOS (these are two of the best and easy to understand IMO):

http://apress.com/book/view/9781430224594

http://apress.com/book/view/9781430225058


UIWebView will show any web page you point it to.

Maybe do a mixed approach with some stuff built right into the app, and the bigger or frequently changing parts load from the web.


You can use the UIWebView to access your organization's website from inside a native application...


While I agree that you may need to do your research first, the IPhone/Ipad SDK includes a very easy to use XML parser (NSXMLParser). I would suggest you devise a XML web service for retrieving the data from your company's servers and parse it on the ipad/iphone to the presentation you require.

Best of luck, i've found objective-c very rewarding/challenging.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜