是否可以创建一个 iOS 应用程序来控制 Archos 互联网平板电脑?
我收到客户的请求,要求开发一个类似于 Archos Remote Control 的 iPhone 应用程序(来源:https://market.android.com/details?id=com.archos.remote)。在开始学习 Objective-C 之前,我想知道这是否可行,并获得我将使用的接口的粗略的一般指南。
I got a request from a client to develop an iPhone app similar to Archos Remote Control (source: https://market.android.com/details?id=com.archos.remote). Before I start studying Objective-C, I'd like to know if this is possible and get a rough, general guideline of the interfaces I'd be working with.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要编写客户端和服务器应用程序,客户端应用程序适用于 Archos,而服务器应用程序显然会安装在 iOS 设备中。
You would need to write a client and server app, Client app would be for the Archos, and the Server app would obviously go in the iOS device.