iPhone 应用程序和网站交互所需的技术

发布于 2024-11-17 06:05:31 字数 310 浏览 2 评论 0原文

我不是开发人员,所以我对编码/编程不太了解。但我对开发它很感兴趣,并且我正在收集有关实现这个想法所需的技术的信息。

基本上,它是一个应用程序,其中包含一个定制设计的可视平面图,分为多个部分。每个部分都附有信息(以文本和图标形式列出),这些信息经常通过网站更新。每个部分的信息只能由网站上的某些用户修改。

应用程序上的一个屏幕将列出每个部分的信息,但仅限最近更新的信息。它将需要能够自定义每个部分的更新,即过滤哪些部分显示以及按什么顺序显示。

该应用程序还需要能够通过通知推送这些更新。还有定位功能,例如在定制可视地图上提供方向的能力。

谢谢!

I'm not a developer, so I don't know too much about coding/programming. But I am interested in getting it developed, and I'm in the process of gathering information on what technologies are needed to make the idea happen.

Basically, it's an app which contains a custom designed visual floor plan segmented into sections. Each section has information (list in the form of text and an icon) attached to it which is updated via the website frequently. The information for each section can only be modified by certain users on the website.

One of the screens on the app will be a list of this info from each section, but only the most recently updated. It will need the ability to customize the updates from each section i.e. filter which ones show up, and in what order.

The app will also need the ability to push these updates by notification. And also location capabilities, like the ability to provide directions on the customized visual map.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

鸠魁 2024-11-24 06:05:31

对于所有这些事情,您需要下面提到的技术。

  1. 位置服务的 Core Location。
  2. Web 服务(使用 ASIHTTPRequest 库)。
  3. Objective-C 用于将所有东西组合在一起。
  4. 开发应用程序的良好逻辑思维。
  5. MVC-设计模式。
  6. 用于通知的推送通知服务。
  7. MKMapKit 用于您的地图目的。

For All these things you need technologies mentioned below.

  1. Core Location for location services.
  2. Web Services (Use ASIHTTPRequest Library).
  3. Objective-C for code all things together.
  4. A good logical Mind to develop the application.
  5. MVC- Design Pattern.
  6. Push Notification Service for notifications.
  7. MKMapKit for your map purpose.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文