iPad 目录应用程序

发布于 2024-12-24 22:49:43 字数 281 浏览 3 评论 0原文

我想创建一个 Ipad/iPhone 应用程序,该应用程序将充当目录,允许用户选择项目并向公司发送请求以处理

  1. 用户下载应用程序
  2. 登录到应用程序
  3. 下载可用的类别和项目(文本详细信息和 2 个大小)图像)
  4. 应该能够离线浏览
  5. 发送项目请求时需要在线,但可以离线选择选项。
  6. 应该能够将图像/设计上传到订单列表并添加备注。

我的主要问题是 - 我们可以从服务器下载图像等数据并在本地缓存到本地数据库和目录中吗?

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

  1. User Downloads the App
  2. Login into the app
  3. Downloads the available Categories and Items ( Text details and 2 size of images)
  4. Should be able to browse offline
  5. While sending the request for the items needs to be online but can select the options offline.
  6. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

A君 2024-12-31 22:49:43

是的。您可以将所需的任何信息保存到本地沙盒文件系统中。 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文