Apache Cordova?

2016-11-25  本文已影响24人  michael_jia

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;

使用 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

上一篇 下一篇

猜你喜欢

热点阅读