Is the cordova app a Web app or Hybrid app

Please this is not about a literal listing of differences . This requires a practical understanding of the mobile development. 在这里输入图像描述 As seen in the above definition, there is a clear difference between mobile web app and mobile website. Now, I have created a phonegap project named Hello (html,css, js) then use this phonegap run android command to export it to my android phone. Is this app running on my android a web app or an hybrid app ? Beyond cordova , I need to clear this doubt about the Web app and hybrid.


As seen in the above definition, there is a clear difference between mobile web app and mobile website.

The authors of wherever you got that grid are welcome to their opinion as to what the differences are "between mobile web app and mobile website". My opinion is that those authors are inexperienced, as everything in the "Pure mobile web apps" column would apply equally well to "Pure mobile web sites".

Is this app running on my android a web app or an hybrid app ?

It is a hybrid app. More directly, it is not a "Pure mobile web app" as defined by that grid, as it is not "written entirely in HTML, CSS, and JavaScript". There is Java code incorporated in your app, along with other items related to Android (eg, resources defined in XML). The fact that you get that Java code and other stuff from a third party (Apache Cordova) does not mean that it somehow does not exist.

链接地址: http://www.djcxy.com/p/79770.html

上一篇: JavaScript的

下一篇: Cordova应用程序是Web应用程序还是混合应用程序