- 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.
- WildFly:New Features
- Qt 5 and OpenCV 4 Computer Vision Projects
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Magento 2 Theme Design(Second Edition)
- Java虛擬機字節碼:從入門到實戰
- Expert Data Visualization
- 數據結構習題解析與實驗指導
- MySQL從入門到精通(軟件開發視頻大講堂)
- Node.js 12實戰
- MongoDB Cookbook(Second Edition)
- PostgreSQL Developer's Guide
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- Node.js 6.x Blueprints
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- 小學生C++趣味編程從入門到精通