【发布时间】:2014-02-04 04:34:55
【问题描述】:
我是一名网络开发人员。具有 Web 开发语言经验,如 PHP、HTML、CSS、jQuery。我已经在谷歌上搜索了一段时间,但我仍然不清楚是否应该使用 phonegap。
我有一个项目将部署在 Web、iOS 和 Android 中。 该项目更多地显示如下数据:
User Profile (save profile / view proifle)
User Activities (displays all activities of users. get the new/latest activities everytime for display)
User Feeds (displays all feeds. get the new/latest feeds everytime for display)
User Subscription (displays all subscribers and subscribed by user)
Login/Logout/Register/Facebook Connect
基本上,它更多地用于显示数据。 所以我假设 API 调用将处理所有的数据保存和检索。 我将使用 PHP 制作一个用于检索和保存数据的 API,我对此没有任何问题。
我还应该使用 websocket/node.js 类型的插件来获取实时活动/馈送数据。
我只想知道 Phonegap 是否适合我的需求。
我们都知道 phonegap 有很多缺点,如果 Phonegap 适合这种项目,我想请教经验丰富的专家的建议。
任何建议将不胜感激。
【问题讨论】:
标签: mobile cordova multiplatform