SlideShare a Scribd company logo
Mobile Apps with
PhoneGap and
jQuery Mobile
Who Are You?
Mobile Apps with PhoneGap and jQuery Mobile
Mobile Apps with PhoneGap and jQuery Mobile
Mobile Apps with PhoneGap and jQuery Mobile
Why jQuery
 Mobile?
Mobile Apps with PhoneGap and jQuery Mobile
Doing it yourself
    sucks.
Especially if
someone else
 has done it
Mobile Apps with PhoneGap and jQuery Mobile
jQuery makes
  stuff easy
jQuery has a
huge ecosystem
GETTING STARTED WITH
JQUERY MOBILE
Basic Page Start
<!DOCTYPE html>
<html>
<head>
<title>Codeworks</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="jquery.mobile-1.0.min.css" />
<script type="text/javascript" src="jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="jquery.mobile-1.0.min.js"></script>
</head>
Page Model
Basic Page Layout
<div data-role="page" id="landing" >
    <div data-role="header">
        <!-- header content -->
    </div>
    <div data-role="content">
        <!-- Page content -->
    </div>
    <div data-role="footer" >
        <!-- Footer content -->
    </div>
</div>
Basic Page Layout
<div data-role="page" id="landing">
    <!-- page content -->
</div>

<div data-role="page" id="detail">
    <!-- page content -->
</div>

<div data-role="page" id="map">
    <!-- page content -->
</div>
Navigation
<a href="#map" class="ui-btn-active">Map</a>
Navigation
<div data-role="page" id="second" data-add-back-btn="true">
Data Lists
<ul data-role="listview">
    <li><a href="#second">Second</a></li>
    <li><a href="#third">Third</a></li>
</ul>
Tab Menus
<div data-role="navbar">
<ul>
<li><a href="#landing" class="ui-btn-active">Schedule</a></li>
<li><a href="#map">Map</a></li>
</ul>
</div>
Forms
<form >
      <label for="username">Username:</label>
      <input type="text" name="username" id="username" />

     <label for="password">Password:</label>
     <input type="password" name="password" id="password" />

      <input type="submit" name="submit" value="Login" />
</form>
THEME ROLLER
I want my own
    design
Mobile Apps with PhoneGap and jQuery Mobile
Next Steps with jQuery
Mobile
• Download jQuery Mobile
  – http://jquerymobile.com/
• Check out killer documentation
  – http://jquerymobile.com/demos/1.0/
• Check out Theme Roller
  – http://jquerymobile.com/themeroller/
Mobile Apps with PhoneGap and jQuery Mobile
We have a web
     app
We need a native
     app
Why do we need
   native?
Camera
  Compass
Accelerometer
The ease of web
 the access of
     native
Enter PhoneGap
PhoneGap
packages a web
   app into a
  “native” app
What do you
mean by “native”
    apps
Apps can be
distributed in
    stores
UI is not native
PHONEGAP BUILD
One pain point:
Lots of software
Mobile Apps with PhoneGap and jQuery Mobile
Mobile Apps with PhoneGap and jQuery Mobile
Enter
PhoneGap Build
PhoneGap Build
• Setup build
  – Certificates
  – Provision files
• Get code to cloud
  – Upload
  – Link to git repository
• Have servers build app files
Demo

       PhoneGap Build
Next Steps with Phone
Gap
• Look at Phone Gap
  – http://phonegap.com/
• Get started
  – http://phonegap.com/start
• Phone Gap Build
  – https://build.phonegap.com/
ADOBE SNEAKS
Mobile Apps with PhoneGap and jQuery Mobile
What if browsers
could do more?
Enter CSS
 Shaders
Cinematic
effects for the
     web
Demo

       CSS Shaders
Tablets are just
    about
 consumption
Enter Adobe
   Proto
Proto is an
whiteboarding
app for tablets
that output to
    HTML
Demo

       Proto
Next Steps with Adobe
• More About CSS Shaders
  – http://www.adobe.com/devnet/html5/articles/c
    ss-shaders.html
• More about Proto
  – http://www.adobe.com/products/proto.html
CONCLUSIONS
Timeout
Apps people have
      to use
Apps people love to
        use
Follow up?
• Feel free to contact me
  – terry.ryan@adobe.com
  – http://terrenceryan.com
  – Twitter: @tpryan

More Related Content

PDF
Guidance on how to develop a progressive web app using react native!
PDF
Anatomy of a Progressive Web App
PDF
Progressive Web Applications
PDF
Progressive Web App (feat. React, Django)
PDF
Ember At Scale
PDF
Introduction to Progressive Web Apps, Google Developer Summit, Seoul - South ...
PPTX
Introduction to Progressive Web App
PPTX
Progressive Web Apps and React
Guidance on how to develop a progressive web app using react native!
Anatomy of a Progressive Web App
Progressive Web Applications
Progressive Web App (feat. React, Django)
Ember At Scale
Introduction to Progressive Web Apps, Google Developer Summit, Seoul - South ...
Introduction to Progressive Web App
Progressive Web Apps and React

What's hot (20)

PDF
Debugging Web Apps on Real Mobile Devices
PPTX
Creating SmartPhone Apps Using WordPress
PPTX
Progressive Web Applications - The Next Gen Web Technologies
PDF
There Are No “Buts” in Progressive Enhancement [Øredev 2015]
KEY
webOS: The Web? We Haz It.
PDF
Finding the sweet spot - blending the best of native and web
PDF
Mobile Applications
PPTX
Progressive Web App
PPTX
Introduction to Progressive Web Applications
PPTX
PWA - Progressive Web Apps
PDF
Web, Native iOS and Native Android with One Ember.js App
PPTX
Ember Conf 2016: Building Mobile Apps with Ember
PPTX
Why Progressive Web App is what you need for your Business
PDF
Modern Web Application Development Workflow - EclipseCon US 2014
PDF
Building Hybrid Apps with Ember
PDF
Progressive Web Apps
PPTX
Progressive Web Apps
PDF
Progressive web apps
PDF
Progressive Web Apps. What, why and how
PDF
The Hitchhiker's Guide to Building a Progressive Web App
Debugging Web Apps on Real Mobile Devices
Creating SmartPhone Apps Using WordPress
Progressive Web Applications - The Next Gen Web Technologies
There Are No “Buts” in Progressive Enhancement [Øredev 2015]
webOS: The Web? We Haz It.
Finding the sweet spot - blending the best of native and web
Mobile Applications
Progressive Web App
Introduction to Progressive Web Applications
PWA - Progressive Web Apps
Web, Native iOS and Native Android with One Ember.js App
Ember Conf 2016: Building Mobile Apps with Ember
Why Progressive Web App is what you need for your Business
Modern Web Application Development Workflow - EclipseCon US 2014
Building Hybrid Apps with Ember
Progressive Web Apps
Progressive Web Apps
Progressive web apps
Progressive Web Apps. What, why and how
The Hitchhiker's Guide to Building a Progressive Web App
Ad

Similar to Mobile Apps with PhoneGap and jQuery Mobile (20)

PPTX
Adobe & HTML5
PPT
Mobile app development using PhoneGap - A comprehensive walkthrough - Touch T...
PDF
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
PDF
Building Cross-Platform Mobile Apps
PDF
Native Javascript apps with Phonegap - De Keijzer
PDF
Native Javascript apps with PhoneGap 11-04-2014 Codemotion Rome
PDF
Creating and Distributing Mobile Web Applications with PhoneGap
KEY
Intro to PhoneGap
PPTX
Phonegap - An Introduction
KEY
Phonegap facebook- plugin
KEY
PhoneGap talk from Singapore
PDF
PhoneGap Talk @ Sencha Con 2010
KEY
HTML5 is the Future of Mobile, PhoneGap Takes You There Today
PDF
Getting started with PhoneGap
KEY
Philly ete-2011
PDF
Fake Your Way as a Mobile Developer Rockstar with PhoneGap
PPTX
phonegap_101
PPTX
Phone gap development, testing, and debugging
PDF
Building mobile apps with PhoneGap and Backbone
PPTX
Developing Windows Phone 8 apps using PhoneGap
Adobe & HTML5
Mobile app development using PhoneGap - A comprehensive walkthrough - Touch T...
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
Building Cross-Platform Mobile Apps
Native Javascript apps with Phonegap - De Keijzer
Native Javascript apps with PhoneGap 11-04-2014 Codemotion Rome
Creating and Distributing Mobile Web Applications with PhoneGap
Intro to PhoneGap
Phonegap - An Introduction
Phonegap facebook- plugin
PhoneGap talk from Singapore
PhoneGap Talk @ Sencha Con 2010
HTML5 is the Future of Mobile, PhoneGap Takes You There Today
Getting started with PhoneGap
Philly ete-2011
Fake Your Way as a Mobile Developer Rockstar with PhoneGap
phonegap_101
Phone gap development, testing, and debugging
Building mobile apps with PhoneGap and Backbone
Developing Windows Phone 8 apps using PhoneGap
Ad

More from Terry Ryan (20)

PPT
Making the Mobile Web Work
PDF
The Users are Restless
KEY
HTML Design for Devices
KEY
The Future of HTML5 Motion Design
KEY
Adobe and Modern Web Development
KEY
Semantic HTML5
KEY
The Future of HTML Motion Design
KEY
Skip the IDE with PhoneGap Build
KEY
D2WC Keynote
PPTX
WebDU Keynote
PPTX
Beautiful PhoneGap Apps
PPTX
Introduction to HTML5
PPTX
The Future of HTML5 Motion Design
PPTX
Design for Developers
PDF
cf.Objective ANZ Keynote
POTX
Flex Mobile Skinning Workshop
PPTX
HTML5 Semantic Web
PPTX
Intro to Coldfusion
PDF
Driving Technical Change
PPTX
Mobile Apps with ColdFusion
Making the Mobile Web Work
The Users are Restless
HTML Design for Devices
The Future of HTML5 Motion Design
Adobe and Modern Web Development
Semantic HTML5
The Future of HTML Motion Design
Skip the IDE with PhoneGap Build
D2WC Keynote
WebDU Keynote
Beautiful PhoneGap Apps
Introduction to HTML5
The Future of HTML5 Motion Design
Design for Developers
cf.Objective ANZ Keynote
Flex Mobile Skinning Workshop
HTML5 Semantic Web
Intro to Coldfusion
Driving Technical Change
Mobile Apps with ColdFusion

Recently uploaded (20)

PPTX
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
AI And Its Effect On The Evolving IT Sector In Australia - Elevate
PDF
Reimagining Insurance: Connected Data for Confident Decisions.pdf
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Modernizing your data center with Dell and AMD
PDF
Transforming Manufacturing operations through Intelligent Integrations
PDF
DevOps & Developer Experience Summer BBQ
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
REPORT: Heating appliances market in Poland 2024
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Big Data Technologies - Introduction.pptx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Event Presentation Google Cloud Next Extended 2025
PDF
madgavkar20181017ppt McKinsey Presentation.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Sensors and Actuators in IoT Systems using pdf
PDF
CIFDAQ's Market Wrap: Ethereum Leads, Bitcoin Lags, Institutions Shift
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
CIFDAQ's Market Insight: SEC Turns Pro Crypto
AI And Its Effect On The Evolving IT Sector In Australia - Elevate
Reimagining Insurance: Connected Data for Confident Decisions.pdf
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
Chapter 3 Spatial Domain Image Processing.pdf
Modernizing your data center with Dell and AMD
Transforming Manufacturing operations through Intelligent Integrations
DevOps & Developer Experience Summer BBQ
20250228 LYD VKU AI Blended-Learning.pptx
REPORT: Heating appliances market in Poland 2024
MYSQL Presentation for SQL database connectivity
Big Data Technologies - Introduction.pptx
NewMind AI Weekly Chronicles - August'25 Week I
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Event Presentation Google Cloud Next Extended 2025
madgavkar20181017ppt McKinsey Presentation.pdf
Review of recent advances in non-invasive hemoglobin estimation
Sensors and Actuators in IoT Systems using pdf
CIFDAQ's Market Wrap: Ethereum Leads, Bitcoin Lags, Institutions Shift

Mobile Apps with PhoneGap and jQuery Mobile