移动Web应用程序框架的差异
我正在研究适用于移动设备的不同 Web 应用程序框架。
我找到了像PhoneGap/Appcelarator/Rhomobile(我将它们称为group1)和SenchaTouch/JQTouch/JqueryMobile(我将它们称为group2)这样的框架
我想从高层次上了解 group1 框架与 group2 框架有何不同。请分享您的想法。
I am going through different web application frameworks for mobile devices.
I have found frameworks like PhoneGap/Appcelarator/Rhomobile (I am calling these as group1) And SenchaTouch/JQTouch/JqueryMobile(I am calling these as group2)
I would like to know at high level how group1 frameworks different from group2 frameworks. Please share your thoughts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
据我所知,我们无法比较组 2 和组 1。如果您想创建纯移动网络,您可以仅使用组 2,而不使用组 1。但是,如果您想将移动网络转换为作为本机应用程序,您必须使用组 1 + 组 2。
as far as I know, we can not compare group 2 and group 1. If u want to create pure mobile web, u can do it by using group 2 only, without using group 1. But, if u want to convert mobile web to be native apps, u must use group 1 + group 2.
你好。正如您所说,第 1 组
是一种 shell 环境。这些是 html/javascript 代码的容器,允许以 html 为中心的应用程序在目标移动设备上本机使用。
然而,group2 是通常创建可用作移动网站的 html 页面的框架。Jquery mobile 本身可用于创建一个简单的移动网站,您不需要将其安装在移动设备上。
但使用借助phonegap,您将能够让以html为中心的应用程序在本机运行。
尝试一下。
HI. Well group 1 as you stated
are sort of shelled environment. These are containers of html/javascript code that allows that html-centric app to be used natively on the target mobile device.
However, group2 are framework that usually create html pages that you can use as mobile site.. Jquery mobile on its own can be used to create a simple mobile website and you don't need to install it on the mobile device..
but use phonegap with jquery mobile and you will be able to get your html-centric app to run natively thanks to phonegap.
Give it try.
这个问题在这个论坛上已经被问过很多次了。我建议只查询 SO,您会发现许多博客文章和文档的参考,以帮助您找到最适合您的特定要求的工具。
this question has been asked quite a bit in this very forum. I would suggest just querying SO and you will find many references to blog postings and documentation to help you find what is the best tool for your specific requirements.