SlideShare une entreprise Scribd logo
1  sur  30
Developing Apps for multiple platforms with Adobe AIR
                                                                                  Immanuel Noel | Platform Evangelist, Adobe




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.   1
© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
The explosion of devices introduces new
                       challenges for application development




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
TREND:
                                                                              Adobe revolutionizes
                                                                                  CONTENT
                                                                                 how the world
                                                                                       TO
                                                                               engages with ideas
                                                                                  CONTENT+
                                                                                and information
                                                                                APPLICATIONS




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.            4
TREND:
                                                                              Adobe revolutionizes
                                                                                  CREATION
                                                                                 how the world
                                                                                       TO
                                                                               engages with ideas
                                                                                  CREATION+
                                                                                and information
                                                                                OPTIMIZATION




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.            5
TREND:
                                                                              Adobe revolutionizes
                                                                                 ONE DEVICE
                                                                                 how the world
                                                                                       TO
                                                                               engages with ideas
                                                                                MULTISCREEN
                                                                                and information




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.            6
Typical Architecture




                                                                                     Model




                                                                              View       Controller




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
Native Mobile Application Development Model


                                                            A costly, inefficient development model



                                              Native                          Native   Native    Native
                                               App                             App      App       App




                                                                                                Additional
                                                                                                  OS’s




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
RIA and Mobile Technical Considerations




                                                                              Rich + Reach

                                                                              Local Processing + Hosted Services

                                                                              Content Manipulation

                                                                              Application / Communication

                                                                              Not just sync




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
AIR for VIEW




                                                                                Model




                                                                                    Controller

                                                                         View



© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
Introducing a new mobile development paradigm



                                    One Tool, One Language, One Codebase

                                                                              Flex Application   Common codebase



                                                                                    AIR



                                                                                                 Additional
                                                                                                   OS’s



                                                                              Any Platform

© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
The Flash Platform is the leading solution for rapidly building RIAs

        Applications,
        Content and Video




                                The Flash Platform
        Tools to Design and Develop Framework Clients Services Servers
          provides a single development platform
             Adobe® Flash®
                          that consistently delivers
                                             Adobe® Flash®                    Adobe® Flex ®        Adobe® AIR®     Adobe® Flash®   Adobe® Flash®

               expressive, easy to use applications
             Professional                      Catalyst®                                                             Platform      Media Server
                                                                                                                     Services        Family



                            on the leading web and
                     mobile platforms and devices
                      Adobe® Flash® Builder™                                                       Adobe® Flash®                     Adobe®
                                                                                                     Player                         LiveCycle®




                                                                                 Integrating with
                                                                                the Flash Platform
          Creative Suite                ColdFusion Builder
© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.                   12
Platforms, browsers, and devices



 In-browser




 Outside the browser




 Mobile Platforms




  Set-top boxes (Future)


© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
AIR 2.6 SDK



              Standalone AIR applications for Android,
               BlackBerry, and iOS
              New, mobile-specific components added
               for application navigation and state
               management
              UIs tailored for different form factors
              Optimized for mobile device performance
              Customizable components through
               skinning and styling




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.   14
AIR for Mobile




  Mobile-aware user interface components are…
             Performance optimized
             Touch-enabled
             Multi-platform and multi-density aware
             Expose common mobile UI affordances
             Customizable through skinning and styling




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.   15
Native API Support


                                                                              Stage web View
                                                              Multi Touch and Gestures
                                                                                 Camera
                                                                       Screen Management
                                                                              Accelerometer
                                                                              Local Database
                                                                                   GPS
                                                                    Native App Integration

© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.           16
Flex
        An open-source framework
        for rapidly building
        expressive applications for
        web and mobile devices




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
What is Flex?



                   Productive                                                 Cross-platform   Expressive




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
Flex application building blocks


                                                                                 Controls
                                                                                 Charts


                                                                                 Smart layout
                                                                                 Skinning and styling
                                                                                 Animation and transition effects


                                                                                 Data binding
                                                                                 Integration with servers
                                                                                 Formatting and validation




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
What can you build with Flex?

                                                                              Just about anything

                    Social Apps                                                Dashboards/Visualization        Productivity




                         TweetDeck                                                    SAP Xcelsius                 bizk.it



             Digital Publishing                                                        Video              Shopping/Configurators




            New York Times Reader 2.0                                                  Brightcove                Mini Cooper



                                                           See flex.org/showcase for more
© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
How Flex Works on the Mobile


                                                                                                    Mobile
                                                                               Files    SQLite               Notifications Clipboard
         Flex SDK
              MXML                    ActionScript                                               AIR Client Runtime

                   Flex Class Library

                          Debuggers                                           SOAP         HTTP/S            AMF/S           RTMP/S

                        Flash Builder IDE
                                                                              Web Server
               Compile & Package
                                                                              XML/HTTP
                                                                                                             LC Data Services
                                                                              REST
                                                                              SOAP Web Services        J2EE Application Server

                                                                              Existing Applications & Infrastructure


© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
Understanding Flex


                                                                               Open Source Flex
         Flex SDK                                                                2 languages
              MXML                    ActionScript                                   MXML
                                                                                     ActionScript 3
                   Flex Class Library
                                                                                 Compilers
                          Debuggers                                              Rich component library
                        Flash Builder IDE                                        Data visualization libraries
                                                                                   Debuggers

                                                                               Flash Builder IDE
                                                                                     Eclipse plug-in or turn-key install
                                                                                     Accelerates design and development
                                                                                     Design view and code view



© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
MXML: Components, Id, Properties, Events, Data Binding




      <Application>
        <Declarations>
               <HttpService id=“hs” url=“catalog.xml”/>
        </Declarations>
         <Button label=“Get Data” click=“hs.send()”/>
         <DataGrid dataProvider=“{hs.lastResult}”/>
         <LineChart dataProvider=“{hs.lastResult}”/>
      </Application>



© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
Understanding ActionScript

       All Flex code would eventually convert to AS before turning into Bytecode.
       You can embed AS code in MXML to code the business logic of your
        application.


       <fx:Script>
            <![CDATA[
              import mx.collections.ArrayCollection;
              import mx.events.FlexEvent;
              [Bindable]private var myData:ArrayCollection=new
               ArrayCollection([{},{}]);
              protected function
               application1_creationCompleteHandler(event:FlexEvent)
              {
                 myDataGrid.dataProvider=myData;
              }
            ]]>
       </fx:Script>


© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
Flash Builder
        Professional-grade Eclipse-
        based IDE for ActionScript
        and Flex development




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
What is Flash Builder?


           Productive coding                                                  Visual UI layout   Design/development
            and debugging                                                     and data access         workflow




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
Develop mobile applications – Flash Builder 4.5

       New tooling to support ActionScript and
        Flex mobile development
             Target Android, Apple iOS and BlackBerry
              Tablet OS
             Visual development and per-device preview in
              design mode
             Multi-density authoring support
             One-click launch or debug on-device
             Create signed application packages ready for
              deployment to mobile app store/marketplace




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.   27
Example mobile applications built using Flex 4.5 SDK




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.   28
Example mobile applications built using Flex 4.5 SDK




© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.   29
More Power. More Devices. Less Code.


             Deliver mobile applications across Android, Blackberry Tablet and
              iOS, with a single codebase using AIR 2.6.

             Connectivity

             Speed up application development with Adobe Flash Builder




            Adobe Flash Builder 4.5
            More Devices. Less Code.
© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.

Contenu connexe

Plus de Saltmarch Media

Integrated Services for Web Applications
Integrated Services for Web ApplicationsIntegrated Services for Web Applications
Integrated Services for Web ApplicationsSaltmarch Media
 
Gaelyk - Web Apps In Practically No Time
Gaelyk - Web Apps In Practically No TimeGaelyk - Web Apps In Practically No Time
Gaelyk - Web Apps In Practically No TimeSaltmarch Media
 
CDI and Seam 3: an Exciting New Landscape for Java EE Development
CDI and Seam 3: an Exciting New Landscape for Java EE DevelopmentCDI and Seam 3: an Exciting New Landscape for Java EE Development
CDI and Seam 3: an Exciting New Landscape for Java EE DevelopmentSaltmarch Media
 
JBoss at Work: Using JBoss AS 6
JBoss at Work: Using JBoss AS 6JBoss at Work: Using JBoss AS 6
JBoss at Work: Using JBoss AS 6Saltmarch Media
 
WF and WCF with AppFabric – Application Infrastructure for OnPremise Services
WF and WCF with AppFabric – Application Infrastructure for OnPremise ServicesWF and WCF with AppFabric – Application Infrastructure for OnPremise Services
WF and WCF with AppFabric – Application Infrastructure for OnPremise ServicesSaltmarch Media
 
“What did I do?” - T-SQL Worst Practices
“What did I do?” - T-SQL Worst Practices“What did I do?” - T-SQL Worst Practices
“What did I do?” - T-SQL Worst PracticesSaltmarch Media
 
Building RESTful Services with WCF 4.0
Building RESTful Services with WCF 4.0Building RESTful Services with WCF 4.0
Building RESTful Services with WCF 4.0Saltmarch Media
 
Building Facebook Applications on Windows Azure
Building Facebook Applications on Windows AzureBuilding Facebook Applications on Windows Azure
Building Facebook Applications on Windows AzureSaltmarch Media
 
Architecting Smarter Apps with Entity Framework
Architecting Smarter Apps with Entity FrameworkArchitecting Smarter Apps with Entity Framework
Architecting Smarter Apps with Entity FrameworkSaltmarch Media
 
A Cocktail of Guice and Seam, the missing ingredients for Java EE 6
A Cocktail of Guice and Seam, the missing ingredients for Java EE 6A Cocktail of Guice and Seam, the missing ingredients for Java EE 6
A Cocktail of Guice and Seam, the missing ingredients for Java EE 6Saltmarch Media
 
A Bit of Design Thinking for Developers
A Bit of Design Thinking for DevelopersA Bit of Design Thinking for Developers
A Bit of Design Thinking for DevelopersSaltmarch Media
 

Plus de Saltmarch Media (13)

Integrated Services for Web Applications
Integrated Services for Web ApplicationsIntegrated Services for Web Applications
Integrated Services for Web Applications
 
Gaelyk - Web Apps In Practically No Time
Gaelyk - Web Apps In Practically No TimeGaelyk - Web Apps In Practically No Time
Gaelyk - Web Apps In Practically No Time
 
CDI and Seam 3: an Exciting New Landscape for Java EE Development
CDI and Seam 3: an Exciting New Landscape for Java EE DevelopmentCDI and Seam 3: an Exciting New Landscape for Java EE Development
CDI and Seam 3: an Exciting New Landscape for Java EE Development
 
JBoss at Work: Using JBoss AS 6
JBoss at Work: Using JBoss AS 6JBoss at Work: Using JBoss AS 6
JBoss at Work: Using JBoss AS 6
 
WF and WCF with AppFabric – Application Infrastructure for OnPremise Services
WF and WCF with AppFabric – Application Infrastructure for OnPremise ServicesWF and WCF with AppFabric – Application Infrastructure for OnPremise Services
WF and WCF with AppFabric – Application Infrastructure for OnPremise Services
 
“What did I do?” - T-SQL Worst Practices
“What did I do?” - T-SQL Worst Practices“What did I do?” - T-SQL Worst Practices
“What did I do?” - T-SQL Worst Practices
 
Building RESTful Services with WCF 4.0
Building RESTful Services with WCF 4.0Building RESTful Services with WCF 4.0
Building RESTful Services with WCF 4.0
 
Building Facebook Applications on Windows Azure
Building Facebook Applications on Windows AzureBuilding Facebook Applications on Windows Azure
Building Facebook Applications on Windows Azure
 
Architecting Smarter Apps with Entity Framework
Architecting Smarter Apps with Entity FrameworkArchitecting Smarter Apps with Entity Framework
Architecting Smarter Apps with Entity Framework
 
Agile Estimation
Agile EstimationAgile Estimation
Agile Estimation
 
Alternate JVM Languages
Alternate JVM LanguagesAlternate JVM Languages
Alternate JVM Languages
 
A Cocktail of Guice and Seam, the missing ingredients for Java EE 6
A Cocktail of Guice and Seam, the missing ingredients for Java EE 6A Cocktail of Guice and Seam, the missing ingredients for Java EE 6
A Cocktail of Guice and Seam, the missing ingredients for Java EE 6
 
A Bit of Design Thinking for Developers
A Bit of Design Thinking for DevelopersA Bit of Design Thinking for Developers
A Bit of Design Thinking for Developers
 

Dernier

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
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
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
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
🐬 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
 
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
 
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
 
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
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 

Dernier (20)

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
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
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
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

Developing Mobile Applications for Multiple Platforms

  • 1. Developing Apps for multiple platforms with Adobe AIR Immanuel Noel | Platform Evangelist, Adobe © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 1
  • 2. © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 3. The explosion of devices introduces new challenges for application development © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 4. TREND: Adobe revolutionizes CONTENT how the world TO engages with ideas CONTENT+ and information APPLICATIONS © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 4
  • 5. TREND: Adobe revolutionizes CREATION how the world TO engages with ideas CREATION+ and information OPTIMIZATION © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 5
  • 6. TREND: Adobe revolutionizes ONE DEVICE how the world TO engages with ideas MULTISCREEN and information © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 6
  • 7. Typical Architecture Model View Controller © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 8. Native Mobile Application Development Model A costly, inefficient development model Native Native Native Native App App App App Additional OS’s © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 9. RIA and Mobile Technical Considerations Rich + Reach Local Processing + Hosted Services Content Manipulation Application / Communication Not just sync © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 10. AIR for VIEW Model Controller View © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 11. Introducing a new mobile development paradigm One Tool, One Language, One Codebase Flex Application Common codebase AIR Additional OS’s Any Platform © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 12. The Flash Platform is the leading solution for rapidly building RIAs Applications, Content and Video The Flash Platform Tools to Design and Develop Framework Clients Services Servers provides a single development platform Adobe® Flash® that consistently delivers Adobe® Flash® Adobe® Flex ® Adobe® AIR® Adobe® Flash® Adobe® Flash® expressive, easy to use applications Professional Catalyst® Platform Media Server Services Family on the leading web and mobile platforms and devices Adobe® Flash® Builder™ Adobe® Flash® Adobe® Player LiveCycle® Integrating with the Flash Platform Creative Suite ColdFusion Builder © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 12
  • 13. Platforms, browsers, and devices In-browser Outside the browser Mobile Platforms Set-top boxes (Future) © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 14. AIR 2.6 SDK  Standalone AIR applications for Android, BlackBerry, and iOS  New, mobile-specific components added for application navigation and state management  UIs tailored for different form factors  Optimized for mobile device performance  Customizable components through skinning and styling © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 14
  • 15. AIR for Mobile Mobile-aware user interface components are…  Performance optimized  Touch-enabled  Multi-platform and multi-density aware  Expose common mobile UI affordances  Customizable through skinning and styling © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 15
  • 16. Native API Support Stage web View Multi Touch and Gestures Camera Screen Management Accelerometer Local Database GPS Native App Integration © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 16
  • 17. Flex An open-source framework for rapidly building expressive applications for web and mobile devices © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 18. What is Flex? Productive Cross-platform Expressive © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 19. Flex application building blocks  Controls  Charts  Smart layout  Skinning and styling  Animation and transition effects  Data binding  Integration with servers  Formatting and validation © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 20. What can you build with Flex? Just about anything Social Apps Dashboards/Visualization Productivity TweetDeck SAP Xcelsius bizk.it Digital Publishing Video Shopping/Configurators New York Times Reader 2.0 Brightcove Mini Cooper See flex.org/showcase for more © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 21. How Flex Works on the Mobile Mobile Files SQLite Notifications Clipboard Flex SDK MXML ActionScript AIR Client Runtime Flex Class Library Debuggers SOAP HTTP/S AMF/S RTMP/S Flash Builder IDE Web Server Compile & Package XML/HTTP LC Data Services REST SOAP Web Services J2EE Application Server Existing Applications & Infrastructure © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 22. Understanding Flex  Open Source Flex Flex SDK  2 languages MXML ActionScript  MXML  ActionScript 3 Flex Class Library  Compilers Debuggers  Rich component library Flash Builder IDE  Data visualization libraries  Debuggers  Flash Builder IDE  Eclipse plug-in or turn-key install  Accelerates design and development  Design view and code view © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 23. MXML: Components, Id, Properties, Events, Data Binding <Application> <Declarations> <HttpService id=“hs” url=“catalog.xml”/> </Declarations> <Button label=“Get Data” click=“hs.send()”/> <DataGrid dataProvider=“{hs.lastResult}”/> <LineChart dataProvider=“{hs.lastResult}”/> </Application> © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 24. Understanding ActionScript  All Flex code would eventually convert to AS before turning into Bytecode.  You can embed AS code in MXML to code the business logic of your application. <fx:Script> <![CDATA[ import mx.collections.ArrayCollection; import mx.events.FlexEvent; [Bindable]private var myData:ArrayCollection=new ArrayCollection([{},{}]); protected function application1_creationCompleteHandler(event:FlexEvent) { myDataGrid.dataProvider=myData; } ]]> </fx:Script> © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 25. Flash Builder Professional-grade Eclipse- based IDE for ActionScript and Flex development © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 26. What is Flash Builder? Productive coding Visual UI layout Design/development and debugging and data access workflow © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 27. Develop mobile applications – Flash Builder 4.5  New tooling to support ActionScript and Flex mobile development  Target Android, Apple iOS and BlackBerry Tablet OS  Visual development and per-device preview in design mode  Multi-density authoring support  One-click launch or debug on-device  Create signed application packages ready for deployment to mobile app store/marketplace © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 27
  • 28. Example mobile applications built using Flex 4.5 SDK © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 28
  • 29. Example mobile applications built using Flex 4.5 SDK © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 29
  • 30. More Power. More Devices. Less Code.  Deliver mobile applications across Android, Blackberry Tablet and iOS, with a single codebase using AIR 2.6.  Connectivity  Speed up application development with Adobe Flash Builder Adobe Flash Builder 4.5 More Devices. Less Code. © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.