22
Building Cross-platform Mobile Apps with Force.com and PhoneGap Piotr Walczyszyn, Adobe, Developer Evangelist @pwalczyszyn

Building Cross-platform Mobile Apps with Force.com and PhoneGap

Embed Size (px)

Citation preview

Page 1: Building Cross-platform Mobile Apps with Force.com and PhoneGap

Building Cross-platform Mobile Apps

with Force.com and PhoneGap

Piotr Walczyszyn, Adobe, Developer Evangelist

@pwalczyszyn

Page 2: Building Cross-platform Mobile Apps with Force.com and PhoneGap

Safe Harbor

Safe harbor statement under the Private Securities Litigation Reform Act of 1995:

This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if

any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-

looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of

product or service availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of

management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments

and customer contracts or use of our services.

The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our

service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth,

interruptions or delays in our Web hosting, breach of our security measures, the outcome of intellectual property and other l itigation, risks associated

with possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain,

and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling

non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the

financial results of salesforce.com, inc. is included in our annual report on Form 10-Q for the most recent fiscal quarter ended July 31, 2012. This

documents and others containing important disclosures are available on the SEC Filings section of the Investor Information section of our Web site.

Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may

not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently

available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.

Page 3: Building Cross-platform Mobile Apps with Force.com and PhoneGap

Piotr Walczyszyn

Adobe Developer Evangelist

@pwalczyszyn

Page 4: Building Cross-platform Mobile Apps with Force.com and PhoneGap

Agenda

Mobile apps development landscape

Understanding PhoneGap technology

PhoneGap apps demos

Live coding PhoneGap app connected to force.com

Page 5: Building Cross-platform Mobile Apps with Force.com and PhoneGap

Mobile Market Segmentation

Source: IDC Worldwide Mobile Phone Tracker, June 6, 2012

Page 6: Building Cross-platform Mobile Apps with Force.com and PhoneGap

What options do we have?

Page 7: Building Cross-platform Mobile Apps with Force.com and PhoneGap

No Technology is Perfect!

Native – Pros

• Performance

• User experience

• Native APIs

• Distribution & monetization

Native - Cons

• Many programing languages

• Costs of development &

maintenance

• Many development platforms

Page 8: Building Cross-platform Mobile Apps with Force.com and PhoneGap

No Technology is Perfect!

Hybrid – Pros

• Multiplatform

• Native APIs

• Lower costs of development &

maintenance

• Distribution & monetization

• Cool factor of HTML5/CSS3/JS

• Using existing skills in case of web devs

Hybrid - Cons

• Performance vary

• No OOTB user experience

• Limited graphical capabilities

• No WebGL support yet

• Limited SVG support

Page 9: Building Cross-platform Mobile Apps with Force.com and PhoneGap

No Technology is Perfect!

Web – Pros

• Standard web distribution

• Cool factor of HTML5/CSS3/JS

• Any platform support

Web - Cons

• Headaches of web development

• Browsers fragmentation

• Inconsistent Web Standards

implementations

Page 10: Building Cross-platform Mobile Apps with Force.com and PhoneGap

So how PhoneGap (hybrid) apps work?

Page 11: Building Cross-platform Mobile Apps with Force.com and PhoneGap

How do you use it?

Page 12: Building Cross-platform Mobile Apps with Force.com and PhoneGap

What is it good for?

• Data-centric apps, business type of apps

• Social networking

• Graphically simple games and animations

• Extending existing in-browser apps with native features

Page 13: Building Cross-platform Mobile Apps with Force.com and PhoneGap

Use Your Existing Skills!

... and much much more ...

Page 14: Building Cross-platform Mobile Apps with Force.com and PhoneGap

Let’s see it in action!

Page 15: Building Cross-platform Mobile Apps with Force.com and PhoneGap

BBC Olympics

Page 16: Building Cross-platform Mobile Apps with Force.com and PhoneGap

Wikipedia Mobile

Page 17: Building Cross-platform Mobile Apps with Force.com and PhoneGap

Untappd – Social Drinking

Page 18: Building Cross-platform Mobile Apps with Force.com and PhoneGap

SC Insight – Adobe Internal App

Page 19: Building Cross-platform Mobile Apps with Force.com and PhoneGap

Let’s Build Something!

You can install GapForce from App Store or Google Play...

Page 20: Building Cross-platform Mobile Apps with Force.com and PhoneGap

Libs and Frameworks We Will Use

UI jqmNavigator

Force.com integration Backbone.Force forcetk.ui forcetk

Modularization / Architecture

Runtime PhoneGap/Cordova

Page 21: Building Cross-platform Mobile Apps with Force.com and PhoneGap

Links

• PhoneGap docs:

• http://docs.phonegap.com

• http://wiki.phonegap.com

• http://incubator.apache.org/cordova/

• Plugins - https://github.com/phonegap/phonegap-plugins

• Libs & frameworks

• Backbone - http://backbonejs.org/

• RequireJS - http://requirejs.org/

• jQuery Mobile - http://jquerymobile.com/

• jqmNavigator - https://github.com/pwalczyszyn/jqmNavigator

• forcetk - https://github.com/developerforce/Force.com-JavaScript-REST-Toolkit

• forcetk.ui - https://github.com/pwalczyszyn/forcetk.ui

• Backbone.Force - https://github.com/pwalczyszyn/Backbone.Force

Page 22: Building Cross-platform Mobile Apps with Force.com and PhoneGap