- Getting Started with Ionic
- Rahat Khanna
- 173字
- 2021-07-23 14:38:24
Why use Apache Cordova?
Apache Cordova is a WebView-based Hybrid App development framework used to build cross-platform Native Apps. It is one of the most popular frameworks that has been open sourced by Adobe and is maintained by the Apache Foundation. Adobe maintains another branch with added features named Phonegap. They also have a cloud-based service called Phonegap Build (http://build.phonegap.com), which generates the native builds on the fly so that you do not need to install native SDKs.
It follows the same architecture discussed previously, having a minimal core and ability to add plugins for extra functionality to your app. Apache Cordova has a high number of open source plugins that provide excellent capability to Hybrid Apps. Any developer can also create a custom plugin to expose unique native functionality in a Hybrid App. It also consists of a CLI interface to provide commands for managing plugins and automating builds for multiple platforms. Apache Cordova is a widely tested and accepted framework and is recommended for building Hybrid Mobile Apps from web content.
- Microsoft Application Virtualization Cookbook
- Python自然語言處理(微課版)
- C#程序設(shè)計(jì)
- Angular開發(fā)入門與實(shí)戰(zhàn)
- Android應(yīng)用案例開發(fā)大全(第二版)
- Python深度學(xué)習(xí)原理、算法與案例
- Citrix XenServer企業(yè)運(yùn)維實(shí)戰(zhàn)
- Qlik Sense? Cookbook
- R語言:邁向大數(shù)據(jù)之路(加強(qiáng)版)
- Moodle 3 Administration(Third Edition)
- 零基礎(chǔ)C#學(xué)習(xí)筆記
- Maven for Eclipse
- SQL Server on Linux
- 分布式系統(tǒng)架構(gòu)與開發(fā):技術(shù)原理與面試題解析
- 高性能MVVM框架的設(shè)計(jì)與實(shí)現(xiàn):San