iPad开发架构
我有一个 iPad 菜鸟问题。
这是我想要实现的任务:
我需要构建一个 iPad/IPhone 应用程序来显示大量图像和数据。问题是这个应用程序需要离线和在线工作。因此,数据需要以某种方式存储在 iPad 上。
我正在寻找有关技术/架构/开发的一些意见。
为了提供一些背景知识,我主要使用 C#.NET 工作,这是我的第一个 iPad 应用程序。到目前为止,我知道我可以使用 Objective C 创建一个本机应用程序,或者选择一个 HTML 应用程序,该应用程序稍后可能会也可能不会转换为本机应用程序。
此外,我目前正在通过创建一个带有图像的简单 html 页面进行测试,并尝试缓存图像和页面,以便它可以离线工作。然而,到目前为止,这还不起作用,因为图像或页面似乎没有被缓存。
编辑:有谁知道缓存限制是多少。我相信我有大约 10-15 mbs 的图像。
我将感谢有关此任务的任何想法/意见/资源。
I have a IPad noob question.
Here is the task I am trying to achieve:
I need to build an IPad/IPhone app that will display a lot of images and data. The problem is that this app needs to work offline as well as online. So, the data needs to stored in some way on the IPad.
I am looking for some opinions on techniques/architecture/development.
To provide a bit of background I work mainly in C#.NET and this is my first IPad app. So far I know that I can either create a native app using objective C, or go for an HTML app which later may or may not be converted to a native app.
Furthermore, I am currently testing by creating a simple html page with an image, and trying to cache the image and page so it will work offline. This so far, however is not working as the image or page do not seem to be cached.
EDIT: Does anyone know how much is the caching limit. I believe I have somewhere around 10-15 mbs of images.
I will appreciate any ideas/opinions/resources on this task.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 CoreData 离线存储图像 Apple CoreData 文档
我不确定您是否需要在线位,您是从网上检索图像还是上传它们?
use CoreData to store your images offline Apple CoreData Docs
I am unsure wot you need the online bit for, are you retrieving images off the net or uploading them?