- JavaScript Mobile Application Development
- Hazem Saleh
- 294字
- 2021-09-03 09:40:50
What is Apache Cordova?
The Apache Cordova project is an Apache open source project that targets the creation of native mobile applications using common web technologies such as HyperText Markup Language (HTML), Cascading Style Sheets (CSS), and JavaScript. It offers a set of JavaScript APIs, which provide access to a number of natively built core plugins. Cordova offers many core APIs, some of which grant the ability to perform the following:
- Process the device contact lists
- Process files on the device storage
- Capture a photo using the device camera
- Get a photo from the device gallery
- Record voice using the device microphone
- Get device direction using the device compass
- Retrieve the device locale
- Find out the device location
- Get the device motion
- Get the device connection information
Cordova supports a wide variety of different mobile platforms such as:
- Android
- iOS
- Windows platform:
- Windows Phone 7 (this support will be removed soon in Cordova Version 3.7)
- Windows Phone 8
- Windows 8
- BlackBerry
- Tizen
- Web OS
- Firefox OS
- Bada
- Ubuntu
The Apache Cordova official API documentation is at http://docs.cordova.io.
You can also refer to the following GitHub repositories to find the source code of Apache Cordova implementations on the different platforms:
- Cordova for Android (https://github.com/apache/cordova-android)
- Cordova for iOS (https://github.com/apache/cordova-ios)
- Cordova for Windows 8 (https://github.com/apache/cordova-wp8)
- Cordova for BlackBerry (https://github.com/apache/cordova-blackberry)
- Cordova for Tizen (https://github.com/apache/cordova-tizen)
- Cordova for Web OS (https://github.com/apache/cordova-webos)
- Cordova for Firefox OS (https://github.com/apache/cordova-firefoxos)
- Cordova for Bada (https://github.com/apache/cordova-bada)
- Cordova for Ubuntu (https://github.com/apache/cordova-ubuntu)
You will find it very useful to know about GitHub, which is a web-based hosting service for software development projects that use the Git revision control system. GitHub offers both paid plans for private repositories and free accounts for open source projects. The site was launched in 2008 by Tom Preston-Werner, Chris Wanstrath, and PJ Hyett.
- 復(fù)雜軟件設(shè)計(jì)之道:領(lǐng)域驅(qū)動(dòng)設(shè)計(jì)全面解析與實(shí)戰(zhàn)
- Beginning Java Data Structures and Algorithms
- 微服務(wù)設(shè)計(jì)原理與架構(gòu)
- C語言程序設(shè)計(jì)學(xué)習(xí)指導(dǎo)與習(xí)題解答
- 深入理解Elasticsearch(原書第3版)
- 一本書講透Java線程:原理與實(shí)踐
- 零基礎(chǔ)學(xué)C語言第2版
- 軟件體系結(jié)構(gòu)
- Sitecore Cookbook for Developers
- Qt 5.12實(shí)戰(zhàn)
- Java程序設(shè)計(jì)及應(yīng)用開發(fā)
- Java EE輕量級(jí)解決方案:S2SH
- PHP高性能開發(fā):基礎(chǔ)、框架與項(xiàng)目實(shí)戰(zhàn)
- MATLAB/Simulink建模與仿真
- HTML 5+CSS 3+jQuery Mobile移動(dòng)網(wǎng)站與APP開發(fā)實(shí)戰(zhàn)