- 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.
- 數據庫系統原理及MySQL應用教程(第2版)
- Learning Java Functional Programming
- CMDB分步構建指南
- OpenCV for Secret Agents
- 人臉識別原理及算法:動態人臉識別系統研究
- 新編Premiere Pro CC從入門到精通
- Visual Basic程序設計與應用實踐教程
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Domain-Driven Design in PHP
- MINECRAFT編程:使用Python語言玩轉我的世界
- Buildbox 2.x Game Development
- .NET 4.5 Parallel Extensions Cookbook
- Learning NHibernate 4
- C語言從入門到精通(微視頻精編版)
- 打造流暢的Android App