美文网首页
Apache Cordova?

Apache Cordova?

作者: michael_jia | 来源:发表于2016-11-25 21:59 被阅读24次

http://www.winwire.com/hybrid-app-architecture-an-introduction/

https://software.intel.com/en-us/articles/the-development-of-mobile-applications-using-html5-and-phonegap-on-intel-architecture-based

http://blog.jobbole.com/106157/
http://blog.csdn.net/zhang_shi_yu920/article/details/51436037

Appery.io
PhoneGap is Adobe’s productised version and ecosystem on top of Cordova. Like PhoneGap, many other tools and frameworks are also built on top of Cordova, including Ionic,[7] Monaca, TACO, the Intel XDK,[8] and the Telerik Platform

Cordova 是一个基于 Web 的 跨平台移动应用开发 框架,其主要特点就是直接将 H5 应用(Embedded applications)嵌入到一个原生容器(native container)中;Wiki is a good start;

  • Free and open source: Source Code
  • 一套代码(one code base);
  • The native distribution format of each platform;
使用 Cordova 的框架(Cordova Tools)

基于 Cordova 平台,有一批框架可以选择;如果把 cordova作为 linux kernel 看的话,Ionic 就是一个 centos;

high-level view of the cordova application architecture
高级主题
Plugin Development Guide

A Cordova plugin bridges a bit of functionality between the WebView powering a Cordova application and the native platform the Cordova application is running on. Plugins are composed of a single JavaScript interface used across all platforms, and native implementations following platform-specific Plugin interfaces that the JavaScript calls into. All of the core Cordova APIs are implemented using this architecture.

WebView

other

  • Crosswalk Project
    Build world class hybrid apps: Enable the most advanced web innovations with the Crosswalk Project web runtime to develop powerful Android and Cordova apps. wiki overview is better;
  • Advantages and Disadvantages of Using Cross-Platform Mobile Development;


    Advantages and Disadvantages of Using Cross-Platform Mobile Development

相关文章

网友评论

      本文标题:Apache Cordova?

      本文链接:https://www.haomeiwen.com/subject/oqsipttx.html