SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Plus de 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
 

Plus de 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
 

Dernier

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
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
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
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
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
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
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
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
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 

Dernier (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
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
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
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
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
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
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
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
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 

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