SlideShare a Scribd company logo
PhoneGap in 30 minutes
Phonegap
•
•
•
•
•
•
•
•
•

Target Audience
What is Phonegap?
Languages used to build Phonegap app
PhoneGap API
How Phonegap works?
What type of application can I build with Phonegap?
PhoneGap Mantra
Native Vs PhoneGap
PhoneGap References
Audience
What is Phonegap
• PhoneGap is an open source mobile development framework
for quickly building cross-platform mobile apps using HTML5,
JavaScript and CSS instead of device-specific languages such
as Objective-C or Java.
• First developed at an iPhoneDevCamp event in San Francisco
• On October 4, 2011 Adobe officially announced the
acquisition of Nitobi Software (the original developer)
What should I already know?
Phonegap API
• An interface to the most common set of device functionality
• Contacts, GeoLocation, File, Camera, etc…
• All accessible through JS
How Phonegap works?

Source: www.metaltoad.com
Types of Application
•
•
•
•

Location Based
Augmented Reality
Web service integration
And many more…
Phonegap Mantra

Write once run everywhere
Native Vs PhoneGap-Comparison
Native
Knowledge of Native API’s required

PhoneGap
Only Web No New
Development knowledge
enough language….!!!

Multiple Code Bases for each platform

Single Code Base for
iOS,Android,Blackberry,Symbian and
Windows.

Longer turn around time to get releases
out to all platforms

Lesser turn around time to get releases
out to all platforms

More effort

Less effort
Native Developers
PhoneGap Developer
References
• http://phonegap.com
• http://cordova.apache.org

More Related Content

Phonegap - An Overview