- 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.
- 高手是如何做產品設計的(全2冊)
- R語言數據分析從入門到精通
- TestNG Beginner's Guide
- BeagleBone Media Center
- Cassandra Data Modeling and Analysis
- 微信小程序開發解析
- R Data Analysis Cookbook(Second Edition)
- Visual Basic程序設計
- Express Web Application Development
- Instant PHP Web Scraping
- Visual Studio Code 權威指南
- C++ Application Development with Code:Blocks
- C++17 By Example
- 微信小程序開發邊做邊學(微課視頻版)
- jQuery基礎教程(第4版)