- PhoneGap:Beginner's Guide(Third Edition)
- Purusothaman Ramanujam Giorgio Natili
- 219字
- 2021-07-16 13:22:25
About PhoneGap
PhoneGap, also called Apache Cordova, is an open source hybrid mobile application development framework. It uses standard and well-known web technologies such as HTML, Cascading Style Sheets (CSS), and JavaScript to create cross-platform mobile applications without using native development languages.
If you want to develop a native Android application, you should know APIs related to Java and Android SDK. For an iPhone app, you need to know Objective-C or Apple's new Swift language. Similarly, for all other mobile platforms, you need to know their respective programming languages. The code you write for one platform does not work for another platform. To overcome these difficulties, we now have a hybrid mobile development framework called PhoneGap. The applications that you develop using PhoneGap can be deployed on several other platforms. It's a write-once-deploy-everywhere kind of framework.
The following is the list of mobile platforms currently supported by PhoneGap:
- Android
- iOS
- Amazon FireOS
- Blackberry 10
- Firefox OS
- Ubuntu
- Windows Phone 8
- Windows 8
- Tizen
- Windows 7
- Browser
The framework enables developers to access all the hardware-dependent features using simple JavaScript. Developers will be able to access device contacts, location, files, device information, and much more, with simple functions. Note that a new platform called "browser" is now supported. Sound interesting? It is left up to you to increase your curiosity.
- Advanced Splunk
- Web應用系統開發實踐(C#)
- C語言程序設計案例教程(第2版)
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- Mastering Objectoriented Python
- Python程序設計(第3版)
- 軟件測試項目實戰之性能測試篇
- Python程序設計
- MATLAB實用教程
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- GameMaker Programming By Example
- D3.js 4.x Data Visualization(Third Edition)
- Arduino家居安全系統構建實戰
- 詳解MATLAB圖形繪制技術
- PHP與MySQL權威指南