Posts

Showing posts with the label What is PhoneGap

What is PhoneGap?

PhoneGap is a mobile development framework produced by Nitobi, purchased by Adobe Systems. It enables software programmers to build applications for mobile devices using JavaScript, HTML5, and CSS3, instead of device-specific languages such as Objective-C or Java. The resulting applications are hybrid, meaning that they are neither truly native (because all layout rendering is done via web views instead of the platform's native UI framework) nor purely web-based (because they are not just web apps, but are packaged as apps for distribution and have access to native device APIs). From version 1.9 onward it is even possible to freely mix native and hybrid code snippets. The software underlying PhoneGap is Apache Cordova . The software was previously called just "PhoneGap", then "Apache Callback". Apache Cordova is open source software. In October 2011, PhoneGap was donated to the Apache Software Foundation (ASF) under the name Apache Cordova . Thro...