原生 Android 开发与 Web 移动开发
我必须尽快开发一个类似于 foursquare 的应用程序(适用于 android),我需要在手机中存储一些详细信息并从网络服务中检索一些其他数据。我可以使用phonegap 或像本机应用程序一样进行开发。您推荐什么选择?每一种的优点和缺点是什么?
I have to develop as soon as posible an appication (for android) similar to foursquare, I need to store some details in the phone and retrieve some other data from a web service. I can develop with phonegap or like a native app. What option do you recomend? What are the advantages and disadvantages of each one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为要开发类似于 foursquare 的应用程序,您需要开发本机应用程序。
事实上,我相信您需要将应用程序与 GPS 和地图的使用集成...这并不简单,但此功能有详细记录。
祝你好运 :)
I think that to develop an app similar to foursquare you need to develop a native app.
In fact I believe that you'll need to integrate the app with the use of the GPS and maps... this is not simple but this features are well documented.
Good luck :)
为了尽快,请选择您更熟悉的平台。本机开发使用 Java,Phonegap 使用 JavaScript 和 HTML。如果你也不知道,那就雇佣一个知道的人——这比从头开始学习要快得多。可能也更便宜。
For as soon as possible, choose the platform you're more familiar with. Native development is in Java, Phonegap is in JavaScript and HTML. If you don't know either, hire someone who does - that'll be much faster that learning from scratch. Probably cheaper, too.