Download - Deep dive phonegap

Transcript
Page 1: Deep dive   phonegap

CUSTOMERS

Introduction to CORDOVAArunKumar Technical Leader

Page 2: Deep dive   phonegap

www.aditi.com 2

Nitobi

Phonegap,

Cordova (Vancouver)

History

What's the difference between Apache Cordova and PhoneGap?

Page 3: Deep dive   phonegap

www.aditi.com 3

When to go with Cordova , when not ?

Page 4: Deep dive   phonegap

www.aditi.com 4

What is PhoneGap?

www.phonegap.com

Page 5: Deep dive   phonegap

www.aditi.com 5

Why would you want to use PhoneGap?

Page 6: Deep dive   phonegap

www.aditi.com 6

Why would you want to use PhoneGap?

• Write once, run lots of places.• Lower barrier of entry• Reduced # of required skills• Reduced development & long term

maintenance cost

Page 7: Deep dive   phonegap

www.aditi.com 7

What platforms support PhoneGap?

Page 8: Deep dive   phonegap

www.aditi.com 8

How do PhoneGap apps work?

Build app UI using HTML & CSS

Build app logic & interactivity with JavaScript

Use the PhoneGap API to interact with device

Page 9: Deep dive   phonegap

www.aditi.com 9

can I use existing tools/frameworks?

Page 10: Deep dive   phonegap

www.aditi.com 10

what OS features does PhoneGap expose?

Page 11: Deep dive   phonegap

www.aditi.com 11

Hands-on

Page 12: Deep dive   phonegap

www.aditi.com 12

what if you want more? PhoneGap is extensible with a “native plugin” model that enables you to write your own native logic to access via JavaScript. “There are lots of open source plugins at https://github.com/phonegap/phonegap-plugins Learn more at http://wiki.phonegap.com/w/page/36752779/ PhoneGap%20Plugins

Page 13: Deep dive   phonegap

www.aditi.com 13

What does a PhoneGap app look like?

See more at: http://phonegap.com/apps

Page 14: Deep dive   phonegap

www.aditi.com 14

Build/DistributionPlatform-specific build processes


Top Related