简体   繁体   English

使用Web服务的iPhone应用程序

[英]iPhone Application using Web Services

Hey im looking to developed some webservices for an Iphone, id like to do this in a .NET environment. 嘿,我希望为Iphone开发一些Web服务,id喜欢在.NET环境中这样做。

Whats the best way to get started ie 什么是最好的入门方法,即

Can I just go ahead and create the webservices I need first off all like any other webservice or does there need to be some consideration since these webservice will be built for IPhone. 我可以像其他任何Web服务一样先创建我首先需要的Web服务吗,还是需要考虑一下,因为这些Web服务将为IPhone构建。

Also my Webservices will look something getAllJobs whatever and pull down a bunch of data which is fine, is it always possible to update details on a job and send this back via another webservice. 同样,我的Web服务无论如何都会看起来像getAllJobs并提取一堆很好的数据,是否总是有可能更新作业的详细信息并通过另一个Web服务将其发送回去。 ?

And lastly how does the actual UI for the Iphone get developed ? 最后,如何开发Iphone的实际UI?

You should code your web services (in general) without any regard to the consumer. 您应该在不考虑使用者的情况下(通常)对Web服务进行编码。 Ideally, should you strive for a RESTFUL design since this makes it easier to use. 理想情况下,您应该为RESTFUL设计而努力,因为这使它更易于使用。

As for the "How does the UI get developed", well they're tons of on-line and hardcopy sources to get started with this. 至于“ UI是如何开发的”,那么,他们是大量的在线和纸质资源,可以以此开始。 Some of the best books for a beginning are: 首先的一些最佳书籍是:

Beginnning iPhone Development 开始iPhone开发

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM