SlideShare ist ein Scribd-Unternehmen logo
1 von 31
By
       Jorge Garifuna
Professional Web Developer
   info@GariDigital.com
        213-915-4402

    JGari.com/resume

   Twitter: @jgarifuna
idabiña?



            JGari.com/resume
maga-dien-tina!



             JGari.com/resume
idabiña?
   How are you?

maga-dien-tina!
   I am fine!


                   JGari.com/resume
 NOW: Show you how easy it is to start native
  mobile development and illustrate how to
  test on different phones.
 SOON: Show you how to package your app
  to distribute to the different App stores.
  Interested?
 SMS your name and email to:

 213-985-4413
                                     JGari.com/resume
• Very Expensive


                                     • Time Consuming


                                     • Maintenance Nightmare


SMS your name & email to: 213-985-4413            JGari.com/resume
• Leverage Existing Skills


• Get to Market Sooner


• Reach More Users



             JGari.com/resume
Join LA PhoneGap at: http://www.meetup.com/laphonegap/
Web                        Mobile
Presentation              HTML                       HTML5
Styling                   CSS                        CSS3
Logic                     PHP, Perl, Python, Ruby,   PHP, Objective-C, Java,
                          Java, C, C++, Javascript   Javascript
Database                  MySQL, PostgreSQL          SQLite
IDE                       NetBeans, Eclipse,         Xcode, Eclipse,
                          DreamWeaver                DreamWeaver CS5.5
Frameworks                CakePHP, Symphony,         Jquery Mobile, Sencha
                          ATK, Jquery, Sencha EXT    Touch, Jo, PhoneGap
Distribution              JS Hosting
                          Web                        Web Hosting, App Store,
                                                     Market



  SMS your name & email to: 213-985-4413                       JGari.com/resume
1.     Build Mobile App
2.     Test App on Browser
3.     Test App on IOS Simulator
4.     Test App on IOS Devices
5.     Test App on Android Emulator
6.     Test App on Android Phone
7.     Access Devices APIs


     SMS your name & email to: 213-985-4413   JGari.com/resume
1.     SketchyPad/iMockups for wireframing
2.     DreamWeaver CS5.5
3.     Jquery Mobile 1.0a3
4.     PhoneGap
5.     Xcode 4 & Eclipse
6.     IOS Simulator & Real iPhone
7.     Android Emulator & Real Phone


     SMS your name & email to: 213-985-4413   JGari.com/resume
SMS your name & email to: 213-985-4413   JGari.com/resume
SMS your name & email to: 213-985-4413   JGari.com/resume
SMS your name & email to: 213-985-4413   JGari.com/resume
SMS your name & email to: 213-985-4413   JGari.com/resume
JGari.com/resume
SMS your name & email to: 213-985-4413   JGari.com/resume
SMS your name & email to: 213-985-4413   JGari.com/resume
   Create New Site
     Site -> New Site
   Configure Application Frameworks (IOS,
    Android)
     Site -> Mobile Applications -> Configure
     Application Framework
      ▪ “Easy Install” for Android SDK Installation
      ▪ IOS Developer Tools Path: /Developer


SMS your name & email to: 213-985-4413            JGari.com/resume
   Create New Mobile Project in DreamWeaver
     File -> New -> Page from Sample -> Mobile
      Starters -> Jquery Mobile (phonegap)
     DocType: HTML 5




SMS your name & email to: 213-985-4413       JGari.com/resume
   File -> Save




SMS your name & email to: 213-985-4413   JGari.com/resume
 Activate LiveView in DreamWeaver
 Click on buttons of Mobile App
 Optionally Transfer to Server For More
  Testing




SMS your name & email to: 213-985-4413   JGari.com/resume
   From DreamWeaver Menu
     Site -> Mobile Applications -> Application Settings
      ▪ VERY IMPORTANT: Make sure the Bundle ID does not
        contain any underscores(_) and no spaces
      ▪ Fill out Information
      ▪ Optionally add Application Icon and Startup Screen
        ▪ Images must be PNG 8
      ▪ Save



SMS your name & email to: 213-985-4413         JGari.com/resume
   From DreamWeaver Menu
     For iPhone
      ▪ Site -> Mobile Applications -> Build and Emulate ->
        iPhone
     For iPad
      ▪ Site -> Mobile Applications -> Build and Emulate -> iPad




SMS your name & email to: 213-985-4413              JGari.com/resume
   Start Android Emulator
      ▪ From command line:
        ▪ /Applications/Android/tools/emulator -avd DW_AVD
           NOTE: Substitute “/Applications/Android” with your Android
            installation path
   Site -> Mobile Applications -> Build and
    Emulate -> Android
     On failure, simply build app and manually install
      ▪ adb install AppFile.apk


SMS your name & email to: 213-985-4413                    JGari.com/resume
1.      From Android Market install
          AppInstaller or
          Quick App Install
2.      Insert Micro SD Card on Android Phone
3.      Connect Android Phone to Computer Via USB
4.      Mount Phone to Computer
       1. Slide down from top bar
       2. Select USB Connected
       3. Click mount button
5.      Check mounted card under Devices on Mac OS Finder
6.      Copy Newly created .apk files from computer to Phone Card
       1. Located in APP_NAME_Android/bin
7.      Unmount card from computer
8.      Turn off USB on Phone
       1. Slide down from top bar
       2. Click “Turn off USB storage”
       3. Click on “turn off” button
9.      Install App either with AppInstaller or Quick App Install
10.     Open App

      SMS your name & email to: 213-985-4413                        JGari.com/resume
1.        You need to be a paid IOS Developer
      1.     Your IOS Device must be registered at:
            1.   http://developer.apple.com/ios/manage/overview/index.action
2.        Connect IOS Device to computer via USB
3.        Navigate to newly built IOS Project
            Located at APP_NAME_IOS
4.        Double click on APP_NAME.xcodeproj to open in Xcode
5.        Click on the project name in Xcode
      1.     Set deployment target to the same version as your IOS device in IOS
             Application Target
      2.     Set the appropriate target device(iPhone, iPad, Universal)
      3.     Make your preferences in iPhone/iPod Deployment Info
6.        Select your IOS Device from drop down list of devices next to the
          run button
7.        Click the Run button

     SMS your name & email to: 213-985-4413                             JGari.com/resume
   Add better navigation provided by Jquery
    Mobile
     http://jquerymobile.com/demos/1.0a4.1/
   Tap into the device’s APIs (camera, GPS) with
    PhoneGap
     http://docs.phonegap.com




SMS your name & email to: 213-985-4413     JGari.com/resume
1.        Jquery Mobile (v1.0a3) does not re-style dynamic list
          views (yet)
      1.     Need to upgrade to JQM v1.0a4.1
      2.     Refresh list with: jQuery('#link_list').listview();
2.        Navigation bar transition in Jquery Mobile is not very
          smooth (yet)
            DAVID FELDMAN recommends
           ▪ Sencha Touch:
              ▪ http://www.sencha.com/products/touch/
           ▪ Read David’s review: “Comparing Mobile Web (HTML5) Frameworks:
             Sencha Touch, jQuery Mobile, jQTouch, Titanium” at:
              ▪ http://interfacethis.com/2011/adventures-in-html5-part-one/
3.        To access devices’ APIs you need to either add or update
          PhoneGap path in index.html to:
            <script src="phonegap.js" type="text/javascript"></script>
     SMS your name & email to: 213-985-4413                                   JGari.com/resume
   While you think…
     Sign up to LAMPsig’s mailing list at:
      ▪ http://lampsig.org


     Join LAMPsig on Meetup at:
      ▪ http://www.meetup.com/LAMPsig


     Jorge Garifuna
      ▪ info@GariDigital.com
      ▪ @jgarifuna
SMS your name & email to: 213-985-4413        JGari.com/resume
1.    http://tv.adobe.com/watch/cs-55-web-premium-fea
2.    http://jquerymobile.com
3.    http://www.phonegap.com
4.    http://html5doctor.com
5.    http://www.sencha.com/products/touch
6.    http://joapp.com
7.    http://dhtmlx.com/touch
8.    http://developer.apple.com
9.    http://lampsig.org
10.   http://www.meetup.com/LAMPsig


  SMS your name & email to: 213-985-4413   JGari.com/resume

Weitere ähnliche Inhalte

Mehr von jgarifuna

Joomla/Mambo CMS
Joomla/Mambo CMSJoomla/Mambo CMS
Joomla/Mambo CMSjgarifuna
 
http://www.slideshare.net/jgarifuna/elgg-presentation-ca-032109
http://www.slideshare.net/jgarifuna/elgg-presentation-ca-032109http://www.slideshare.net/jgarifuna/elgg-presentation-ca-032109
http://www.slideshare.net/jgarifuna/elgg-presentation-ca-032109jgarifuna
 
The Elgg Social Networking Framework
The Elgg Social Networking FrameworkThe Elgg Social Networking Framework
The Elgg Social Networking Frameworkjgarifuna
 
Joomla Content Management Systems, Part 3
Joomla Content Management Systems, Part 3Joomla Content Management Systems, Part 3
Joomla Content Management Systems, Part 3jgarifuna
 
Integrating LAMP with Mkahawa Cyber Manager & SQLite
Integrating LAMP with Mkahawa Cyber Manager & SQLiteIntegrating LAMP with Mkahawa Cyber Manager & SQLite
Integrating LAMP with Mkahawa Cyber Manager & SQLitejgarifuna
 
Intro to Quick Web Application Builder (QWAB)
Intro to Quick Web Application Builder (QWAB)Intro to Quick Web Application Builder (QWAB)
Intro to Quick Web Application Builder (QWAB)jgarifuna
 
A practical intro to web development with mongo db and nodejs when, why and ...
A practical intro to web development with mongo db and nodejs  when, why and ...A practical intro to web development with mongo db and nodejs  when, why and ...
A practical intro to web development with mongo db and nodejs when, why and ...jgarifuna
 
A practical intro to web development with mongo db and nodejs when, why and how
A practical intro to web development with mongo db and nodejs  when, why and howA practical intro to web development with mongo db and nodejs  when, why and how
A practical intro to web development with mongo db and nodejs when, why and howjgarifuna
 
Intro to mobile development with sencha touch
Intro to mobile development with sencha touchIntro to mobile development with sencha touch
Intro to mobile development with sencha touchjgarifuna
 
Intro to mobile development with sencha touch
Intro to mobile development with sencha touchIntro to mobile development with sencha touch
Intro to mobile development with sencha touchjgarifuna
 
Introduction to php
Introduction to phpIntroduction to php
Introduction to phpjgarifuna
 

Mehr von jgarifuna (11)

Joomla/Mambo CMS
Joomla/Mambo CMSJoomla/Mambo CMS
Joomla/Mambo CMS
 
http://www.slideshare.net/jgarifuna/elgg-presentation-ca-032109
http://www.slideshare.net/jgarifuna/elgg-presentation-ca-032109http://www.slideshare.net/jgarifuna/elgg-presentation-ca-032109
http://www.slideshare.net/jgarifuna/elgg-presentation-ca-032109
 
The Elgg Social Networking Framework
The Elgg Social Networking FrameworkThe Elgg Social Networking Framework
The Elgg Social Networking Framework
 
Joomla Content Management Systems, Part 3
Joomla Content Management Systems, Part 3Joomla Content Management Systems, Part 3
Joomla Content Management Systems, Part 3
 
Integrating LAMP with Mkahawa Cyber Manager & SQLite
Integrating LAMP with Mkahawa Cyber Manager & SQLiteIntegrating LAMP with Mkahawa Cyber Manager & SQLite
Integrating LAMP with Mkahawa Cyber Manager & SQLite
 
Intro to Quick Web Application Builder (QWAB)
Intro to Quick Web Application Builder (QWAB)Intro to Quick Web Application Builder (QWAB)
Intro to Quick Web Application Builder (QWAB)
 
A practical intro to web development with mongo db and nodejs when, why and ...
A practical intro to web development with mongo db and nodejs  when, why and ...A practical intro to web development with mongo db and nodejs  when, why and ...
A practical intro to web development with mongo db and nodejs when, why and ...
 
A practical intro to web development with mongo db and nodejs when, why and how
A practical intro to web development with mongo db and nodejs  when, why and howA practical intro to web development with mongo db and nodejs  when, why and how
A practical intro to web development with mongo db and nodejs when, why and how
 
Intro to mobile development with sencha touch
Intro to mobile development with sencha touchIntro to mobile development with sencha touch
Intro to mobile development with sencha touch
 
Intro to mobile development with sencha touch
Intro to mobile development with sencha touchIntro to mobile development with sencha touch
Intro to mobile development with sencha touch
 
Introduction to php
Introduction to phpIntroduction to php
Introduction to php
 

Kürzlich hochgeladen

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 

Kürzlich hochgeladen (20)

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 

Mobile Development for Web, IOS, Android Native Apps using PhoneGap/HTML5

  • 1. By Jorge Garifuna Professional Web Developer info@GariDigital.com 213-915-4402 JGari.com/resume Twitter: @jgarifuna
  • 2. idabiña? JGari.com/resume
  • 3. maga-dien-tina! JGari.com/resume
  • 4. idabiña?  How are you? maga-dien-tina!  I am fine! JGari.com/resume
  • 5.  NOW: Show you how easy it is to start native mobile development and illustrate how to test on different phones.  SOON: Show you how to package your app to distribute to the different App stores. Interested?  SMS your name and email to:  213-985-4413 JGari.com/resume
  • 6. • Very Expensive • Time Consuming • Maintenance Nightmare SMS your name & email to: 213-985-4413 JGari.com/resume
  • 7. • Leverage Existing Skills • Get to Market Sooner • Reach More Users JGari.com/resume
  • 8. Join LA PhoneGap at: http://www.meetup.com/laphonegap/
  • 9. Web Mobile Presentation HTML HTML5 Styling CSS CSS3 Logic PHP, Perl, Python, Ruby, PHP, Objective-C, Java, Java, C, C++, Javascript Javascript Database MySQL, PostgreSQL SQLite IDE NetBeans, Eclipse, Xcode, Eclipse, DreamWeaver DreamWeaver CS5.5 Frameworks CakePHP, Symphony, Jquery Mobile, Sencha ATK, Jquery, Sencha EXT Touch, Jo, PhoneGap Distribution JS Hosting Web Web Hosting, App Store, Market SMS your name & email to: 213-985-4413 JGari.com/resume
  • 10. 1. Build Mobile App 2. Test App on Browser 3. Test App on IOS Simulator 4. Test App on IOS Devices 5. Test App on Android Emulator 6. Test App on Android Phone 7. Access Devices APIs SMS your name & email to: 213-985-4413 JGari.com/resume
  • 11. 1. SketchyPad/iMockups for wireframing 2. DreamWeaver CS5.5 3. Jquery Mobile 1.0a3 4. PhoneGap 5. Xcode 4 & Eclipse 6. IOS Simulator & Real iPhone 7. Android Emulator & Real Phone SMS your name & email to: 213-985-4413 JGari.com/resume
  • 12. SMS your name & email to: 213-985-4413 JGari.com/resume
  • 13. SMS your name & email to: 213-985-4413 JGari.com/resume
  • 14. SMS your name & email to: 213-985-4413 JGari.com/resume
  • 15. SMS your name & email to: 213-985-4413 JGari.com/resume
  • 17. SMS your name & email to: 213-985-4413 JGari.com/resume
  • 18. SMS your name & email to: 213-985-4413 JGari.com/resume
  • 19. Create New Site  Site -> New Site  Configure Application Frameworks (IOS, Android)  Site -> Mobile Applications -> Configure Application Framework ▪ “Easy Install” for Android SDK Installation ▪ IOS Developer Tools Path: /Developer SMS your name & email to: 213-985-4413 JGari.com/resume
  • 20. Create New Mobile Project in DreamWeaver  File -> New -> Page from Sample -> Mobile Starters -> Jquery Mobile (phonegap)  DocType: HTML 5 SMS your name & email to: 213-985-4413 JGari.com/resume
  • 21. File -> Save SMS your name & email to: 213-985-4413 JGari.com/resume
  • 22.  Activate LiveView in DreamWeaver  Click on buttons of Mobile App  Optionally Transfer to Server For More Testing SMS your name & email to: 213-985-4413 JGari.com/resume
  • 23. From DreamWeaver Menu  Site -> Mobile Applications -> Application Settings ▪ VERY IMPORTANT: Make sure the Bundle ID does not contain any underscores(_) and no spaces ▪ Fill out Information ▪ Optionally add Application Icon and Startup Screen ▪ Images must be PNG 8 ▪ Save SMS your name & email to: 213-985-4413 JGari.com/resume
  • 24. From DreamWeaver Menu  For iPhone ▪ Site -> Mobile Applications -> Build and Emulate -> iPhone  For iPad ▪ Site -> Mobile Applications -> Build and Emulate -> iPad SMS your name & email to: 213-985-4413 JGari.com/resume
  • 25. Start Android Emulator ▪ From command line: ▪ /Applications/Android/tools/emulator -avd DW_AVD  NOTE: Substitute “/Applications/Android” with your Android installation path  Site -> Mobile Applications -> Build and Emulate -> Android  On failure, simply build app and manually install ▪ adb install AppFile.apk SMS your name & email to: 213-985-4413 JGari.com/resume
  • 26. 1. From Android Market install  AppInstaller or  Quick App Install 2. Insert Micro SD Card on Android Phone 3. Connect Android Phone to Computer Via USB 4. Mount Phone to Computer 1. Slide down from top bar 2. Select USB Connected 3. Click mount button 5. Check mounted card under Devices on Mac OS Finder 6. Copy Newly created .apk files from computer to Phone Card 1. Located in APP_NAME_Android/bin 7. Unmount card from computer 8. Turn off USB on Phone 1. Slide down from top bar 2. Click “Turn off USB storage” 3. Click on “turn off” button 9. Install App either with AppInstaller or Quick App Install 10. Open App SMS your name & email to: 213-985-4413 JGari.com/resume
  • 27. 1. You need to be a paid IOS Developer 1. Your IOS Device must be registered at: 1. http://developer.apple.com/ios/manage/overview/index.action 2. Connect IOS Device to computer via USB 3. Navigate to newly built IOS Project  Located at APP_NAME_IOS 4. Double click on APP_NAME.xcodeproj to open in Xcode 5. Click on the project name in Xcode 1. Set deployment target to the same version as your IOS device in IOS Application Target 2. Set the appropriate target device(iPhone, iPad, Universal) 3. Make your preferences in iPhone/iPod Deployment Info 6. Select your IOS Device from drop down list of devices next to the run button 7. Click the Run button SMS your name & email to: 213-985-4413 JGari.com/resume
  • 28. Add better navigation provided by Jquery Mobile  http://jquerymobile.com/demos/1.0a4.1/  Tap into the device’s APIs (camera, GPS) with PhoneGap  http://docs.phonegap.com SMS your name & email to: 213-985-4413 JGari.com/resume
  • 29. 1. Jquery Mobile (v1.0a3) does not re-style dynamic list views (yet) 1. Need to upgrade to JQM v1.0a4.1 2. Refresh list with: jQuery('#link_list').listview(); 2. Navigation bar transition in Jquery Mobile is not very smooth (yet)  DAVID FELDMAN recommends ▪ Sencha Touch: ▪ http://www.sencha.com/products/touch/ ▪ Read David’s review: “Comparing Mobile Web (HTML5) Frameworks: Sencha Touch, jQuery Mobile, jQTouch, Titanium” at: ▪ http://interfacethis.com/2011/adventures-in-html5-part-one/ 3. To access devices’ APIs you need to either add or update PhoneGap path in index.html to:  <script src="phonegap.js" type="text/javascript"></script> SMS your name & email to: 213-985-4413 JGari.com/resume
  • 30. While you think…  Sign up to LAMPsig’s mailing list at: ▪ http://lampsig.org  Join LAMPsig on Meetup at: ▪ http://www.meetup.com/LAMPsig  Jorge Garifuna ▪ info@GariDigital.com ▪ @jgarifuna SMS your name & email to: 213-985-4413 JGari.com/resume
  • 31. 1. http://tv.adobe.com/watch/cs-55-web-premium-fea 2. http://jquerymobile.com 3. http://www.phonegap.com 4. http://html5doctor.com 5. http://www.sencha.com/products/touch 6. http://joapp.com 7. http://dhtmlx.com/touch 8. http://developer.apple.com 9. http://lampsig.org 10. http://www.meetup.com/LAMPsig SMS your name & email to: 213-985-4413 JGari.com/resume