PhoneGap Session at Multi-Mania.be 2013

Preview:

DESCRIPTION

My PhoneGap session at Multi-Mania.be 2013.

Citation preview

PhoneGap & PhoneGap Build

Mihai Corlan / @mcorlan

Multi-Mania.be / 2013

Who I am

Mihai Corlan / Adobe Evangelist / @mcorlan

Welcome toTransylvania

No Vampires!

We <3 …

Who are you?

Mobile Development

1. Native Apps2. Web Apps3. Hybrid Apps

@mcorlan

Why would you use PhoneGap?

Native Installers -> Application Stores Use standard web technologies

@mcorlan

PhoneGap could be your best friend if

You want to target multiple mobile platforms You know HTML/JavaScript/CSS Extend existing in-browser apps with native features Data-centric apps, social networking, simple games

@mcorlan

Contributors

Adobe – of course ;) Microsoft – Windows Phone support BlackBerry - BlackBerry support / Ripple Emulator IBM

@mcorlan

PhoneGap supports 8 platforms

@mcorlan

PhoneGap Plug-ins

Extend the built-in functionality with custom plug-ins http://wiki.phonegap.com/w/page/36752779/PhoneGap

%20Plugins Examples: https://github.com/phonegap/phonegap-plugins

Delegate heavyweight data processing to native code Create background services

@mcorlan

Who else is using PhoneGap?

SalesForce.com Mobile SDK IBM Worklight Platform SAP

Some numbers: ~ 4% apps in iTunes Store use PhoneGap (Sep 2011) ~ 100,000 monthly downloads of PhoneGap SDK

@mcorlan

Demo

@mcorlan

Building PhoneGap Apps

@mcorlan

What can you use to build your app?

@mcorlan

Untappd

@mcorlan

iOS Android

Build PhoneGap app as you’d build a regular web app

@mcorlan

Creating the native installers

There are 2 different methods: Using the target platform tool chain Using PhoneGap Build – a cloud service

@mcorlan

Using PhoneGap Build

http://build.phonegap.com Supports: iOS, Android, BlackBerry, WebOS, Windows Phone

7, and Symbian It is in beta and it is free; it will always be free for Open

Source projects You upload your files (index.html, CSS, JS, images) Or you provide a Git / SVN link

@mcorlan

Resources

Source code: github.com/phonegap Docs: docs.phonegap.com Wiki: wiki.phonegap.com PhoneGap Build: build.phonegap.com PhoneGap Emulate: emulate.phonegap.com Plugins: github.com/phonegap/phonegap-plugins Support: groups.google.com/group/phonegap IRC: irc.freenode.net #phonegap Apps: phonegap.com/apps Bugs: issues.apache.org/jira/browse/CB

@mcorlan

Questions & Answers!

Thank you!

Mihai Corlan@mcorlanhttp://corlan.org

PhoneGap Debug

http://debug.phonegap.com

#CreateTheWeb

PhoneGap Emulate

http://emulate.phonegap.com

#CreateTheWeb

PhoneGap Build Demo

PhoneGap Build Demo

PhoneGap Build Demo

How does PhoneGap work?

PhoneGap App Mobile Device

PhoneGapNativeEngine

PhoneGapJavaScriptEngine

Web ViewRenders the app UI

Access to nativemobilefeaturesYour Code

HTML/JavaScript/CSS/Images/Frameworks/Libraries

29

PhoneGap Apache Cordova?

#CreateTheWeb