iPad 目录应用程序
我想创建一个 Ipad/iPhone 应用程序,该应用程序将充当目录,允许用户选择项目并向公司发送请求以处理
- 用户下载应用程序
- 登录到应用程序
- 下载可用的类别和项目(文本详细信息和 2 个大小)图像)
- 应该能够离线浏览
- 发送项目请求时需要在线,但可以离线选择选项。
- 应该能够将图像/设计上传到订单列表并添加备注。
我的主要问题是 - 我们可以从服务器下载图像等数据并在本地缓存到本地数据库和目录中吗?
I want to create an Ipad/iPhone app that will act as a catalog to allow users to select items and send request to the company to process
- User Downloads the App
- Login into the app
- Downloads the available Categories and Items ( Text details and 2 size of images)
- Should be able to browse offline
- While sending the request for the items needs to be online but can select the options offline.
- Should be able to upload an image/design to the order list and add remarks.
My Main question is - Can we download data from the server like images and cache in locally into the local database and directory ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。您可以将所需的任何信息保存到本地沙盒文件系统中。 http://developer.apple。 com/library/mac/ipad/#documentation/FileManagement/Conceptual/FileSystemProgrammingGUIide/FileSystemOverview/FileSystemOverview.html
它看起来像PhoneGap Framework 还将允许本地存储。请参阅http://en.wikipedia.org/wiki/PhoneGap
Yes. You can save whatever info you want into a local sandboxed, file system. http://developer.apple.com/library/mac/ipad/#documentation/FileManagement/Conceptual/FileSystemProgrammingGUide/FileSystemOverview/FileSystemOverview.html
It looks like the PhoneGap Framework will also allow local storage. See http://en.wikipedia.org/wiki/PhoneGap