SlideShare a Scribd company logo
Architecting user experiences
       Michaël Chaize | Flash Platform Evangelist | www.RIAgora.com | @mchaize




 © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.



Wednesday, May 11, 2011                                                          1
Adobe Flex




 © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.   2




Wednesday, May 11, 2011                                                           2
How Flex Works in the Browser



          Flex SDK
               MXML                   ActionScript

                    Flex Class Library

                           Debuggers

                         Flash Builder IDE




 © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.




Wednesday, May 11, 2011                                                       3
How Flex Works in the Browser


                                                                                                  Browser
          Flex SDK
               MXML                   ActionScript                                                Flash Player

                    Flex Class Library

                           Debuggers                                          SOAP         HTTP/S           AMF/S         RTMP/S

                         Flash Builder IDE
                                                                              Web Server
                             Compile
                                                                              XML/HTTP
                                                                                                            Adobe Data Services
                                                                              REST
                                                                              SOAP Web Services       J2EE Application Server

                                                                              Existing Applications & Infrastructure


 © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.




Wednesday, May 11, 2011                                                                                                            3
Flex & Java




                                                &




                            Richness / Fast / Open-source / Industrialization
 ©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.




Wednesday, May 11, 2011                                                         4
© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.




Wednesday, May 11, 2011                                                       5
e explosion of devices introduces new
                           challenges for application development




 © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.




Wednesday, May 11, 2011                                                       5
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 Con dential.




Wednesday, May 11, 2011                                                                                      6
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 Con dential.




Wednesday, May 11, 2011                                                                                            7
Platforms, browsers, and devices



  In-browser




  Outside the browser




  Mobile Platforms




  Set-top boxes (Future)


 © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.




Wednesday, May 11, 2011                                                       8
Adobe AIR




 © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.   9




Wednesday, May 11, 2011                                                           9
How Flex Works on Mobile and Desktop



          Flex SDK
               MXML                   ActionScript

                    Flex Class Library

                           Debuggers

                         Flash Builder IDE




 © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.




Wednesday, May 11, 2011                                                       10
How Flex Works on Mobile and Desktop


                                                                                             Mobile or Desktop
                                                                               Files    SQLite              Noti cations Clipboard
          Flex SDK
               MXML                   ActionScript                                                AIR Client Runtime

                    Flex Class Library

                           Debuggers                                          SOAP         HTTP/S         AMF/S            RTMP/S

                         Flash Builder IDE
                                                                              Web Server / Market place
               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 Con dential.




Wednesday, May 11, 2011                                                                                                              10
Adobe AIR APIs




                                                                             - Multitouch
                                                                             - Geolocation
                                                                             - Cameras
                                                                             - Microphone
                                                                             - Accelerometer
                                                                             - Display a web page
                                                                             - SQLite local database
                                                                             - Native extensions
                                                                             - GPU acceleration


 ©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.




Wednesday, May 11, 2011                                                                                11
AIR on smartphones and tablets




 © 2011 Adobe Systems Incorporated.



Wednesday, May 11, 2011               12
What about Flex ?




Wednesday, May 11, 2011   13
Adobe Flex 4.5




                                                                                   4.5

 © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.   14




Wednesday, May 11, 2011                                                                  14
FLEX FRAMEWORK 4

 SPARK COMPONENT MODEL



                 ActionScript                    MXML



                    Component                     Skin




                                                  Graphics
                     Behavior                      Layout
                                                 Animation
                      Logic                         Parts
                       Data     CSS properties     States




Wednesday, May 11, 2011                                      15
Mobile Applications in Flex 4.5

                    s:Application                          s:ViewNavigatorApplication   s:TabbedViewNavigatorApplication




 © 2010 Adobe Systems Incorporated. All Rights Reserved.               16



Wednesday, May 11, 2011                                                                                                16
<s:ViewNavigatorApplication> life cycle

                        views.ListEmployees                views.DetailsEmployee   views.ListEmployees




                                                                view destroyed        view created



                               view destroyed                 view created




                                                              “BACK” bu on

                                          DATA                      subset               DATA

                                                            persisted in memory
 © 2010 Adobe Systems Incorporated. All Rights Reserved.             17



Wednesday, May 11, 2011                                                                                  17
<s:ViewNavigatorApplication> life cycle

                        views.ListEmployees                views.DetailsEmployee   views.ListEmployees




                                                                view destroyed        view created



                               view destroyed                 view created




                                                              “BACK” bu on

                                          DATA                      subset               DATA

                                                            persisted in memory
 © 2010 Adobe Systems Incorporated. All Rights Reserved.             17



Wednesday, May 11, 2011                                                                                  17
<s:ViewNavigatorApplication> life cycle

                        views.ListEmployees                views.DetailsEmployee   views.ListEmployees




                                                                view destroyed        view created



                               view destroyed                 view created




                                                              “BACK” bu on

                                          DATA                      subset               DATA

                                                            persisted in memory
 © 2010 Adobe Systems Incorporated. All Rights Reserved.             17



Wednesday, May 11, 2011                                                                                  17
ActionBar




                      navigationContent                    titleContent   actionContent



  <s:View xmlns:fx=http://ns.adobe.com/mxml/2009 …
         title=”Expenses">

                             <s:navigationContent>
                                     <s:Button icon="@Embed('assets/home.png')"/>
                             </s:navigationContent>

         <s:actionContent>
                 <s:Button label=”+"/>
         </s:actionContent>
  </s:View>


 © 2010 Adobe Systems Incorporated. All Rights Reserved.          18                      3



Wednesday, May 11, 2011                                                                       18
Components that have Mobile Skins


                                                           §   Bu on
                                                           §   CheckBox
                                                           §   DataGroup
                                                           §   Group/HGroup/VGroup/TileGroup
                                                           §   Image/BitmapImage
                                                           §   Label List
                                                           §   RadioBu on/RadioBu onGroup
                                                           §   Scroller
                                                           §   TextArea
                                                           §   TextInput




 © 2010 Adobe Systems Incorporated. All Rights Reserved.           19



Wednesday, May 11, 2011                                                                         19
Screens and Flex 4.5


                                                               <?xml version="1.0"
                                                               encoding="utf-8"?>
                                                           <s:MobileApplication
                                                           applicationDPI="160">
                                                              ...


                                                           var curDensity:Number =
                                                           FlexGlobals.topLevelApplication.runtimeDPI;



                                                           <s:Image>
                                                                   <s:source>
                                                                       <s:MultiDPIBitmapSource
                                                                           source160dpi="logo.png"
                                                                           source240dpi="logo240.png"
                                                                           source320dpi="logo320.png" />
                                                                   </s:source>
                                                               </s:Image>




 © 2010 Adobe Systems Incorporated. All Rights Reserved.          20



Wednesday, May 11, 2011                                                                                    20
Flex 4.5 and tablets



           Android tablets                                                    BlackBerry PlayBook   Apple tablets




 © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.            21



Wednesday, May 11, 2011                                                                                             21
Demo




 © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.   22



Wednesday, May 11, 2011                                                            22
Tablet and Enterprise applications

                                                         Camera    GPS




                                                                         3G


                    Mobility




                                      Bright screen   Microphone


 © 2011 Adobe Systems Incorporated.



Wednesday, May 11, 2011                                                       23
Mobile applications + JAVA = REAL-TIME




 © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.   24




Wednesday, May 11, 2011                                                            24
IN-CONTEXT COLLABORATION

   LiveCycle Collaboration Service



                            Webcam   Chat




       Shared
       Form




Wednesday, May 11, 2011                     25
LiveCycle Collaboration Service Flex & JAVA API


     Multi-user collaboration in real time
     §     Engage more effectively through a web presence enhanced
            with real-time collaboration tools.
     §     Integrate text chat, whiteboard functionality, webcam video,
            and audio into any rich Internet application (RIA),




  Major Capabilities


  Peer-to-peer (P2P) streaming of data, audio and video                       HTTP server-to-server APIs
  Private audio/video streaming                                               Server-side provisioning of services

  Large Rooms – via on-demand loading of user                                 Audio/video application multicast
  presence

  Record and Playback                                                         Screen sharing
  JavaScript APIs – integration with a customer’s existing websites



 © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.        26
 All external content and images pending approvals.


Wednesday, May 11, 2011                                                                                              26
JAVA         JAVA + FLEX 4
            rockstar         rockstar

Wednesday, May 11, 2011                   27
JAVA + FLEX 4.5
   HYPER ROCK STAR




             JAVA         JAVA + FLEX 4
            rockstar         rockstar

Wednesday, May 11, 2011                   27
Michaël Chaize & resources




                                                                              RIAgora.com       Flex.org
                                                                                              labs.adobe.com
                                                                                            developer.adobe.com
                     @mchaize                                                               Tour de Mobile Flex

 © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.         30



Wednesday, May 11, 2011                                                                                           30
© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential.



Wednesday, May 11, 2011                                                       31

More Related Content

PDF
Breizh camp adobe flex et les mobiles
PDF
Devoxx 2010: Develop mobile applications with Flex
PDF
Adobe flex at jax london 2011
PDF
Enterprise Flex applications on tablet devices
PDF
The future of the Adobe Flash platform
PDF
Jax2001 adobe keynote
PDF
Using design pattern for mobile
PDF
Montpellier - Flex UG
Breizh camp adobe flex et les mobiles
Devoxx 2010: Develop mobile applications with Flex
Adobe flex at jax london 2011
Enterprise Flex applications on tablet devices
The future of the Adobe Flash platform
Jax2001 adobe keynote
Using design pattern for mobile
Montpellier - Flex UG

What's hot (19)

PDF
Flex mobile for JUG
PDF
Back From MAX in London for CQ5 users
PDF
Over the air 2.5 - Adobe AIR for Android
PDF
Fatc - Productivity by Design
PDF
Best practices for Flash applications on mobile devices
PDF
Flash camp portugal - Let's talk about Flex baby
PDF
Flex and the city in London - Keynote
PDF
One backend multiple Screens
PDF
Xplatform mobile development
PDF
Oop2012 mobile workshops
PDF
Flex 4.5 and mobile development
PDF
Adobe Flash platform の法人利用
PDF
Ria2010 - keynote - Evolution des RIA d'Entreprise
PDF
Adobe flash platform java
PDF
JAX2010 Flex Java technical session: interactive dashboard
PDF
Creating Flash Content for Mobile Devices
PDF
Adobe et la stratégie multi-écrans
PDF
Adobe gaming flash gamm michael
PDF
Develop multi-screen applications with Flex
Flex mobile for JUG
Back From MAX in London for CQ5 users
Over the air 2.5 - Adobe AIR for Android
Fatc - Productivity by Design
Best practices for Flash applications on mobile devices
Flash camp portugal - Let's talk about Flex baby
Flex and the city in London - Keynote
One backend multiple Screens
Xplatform mobile development
Oop2012 mobile workshops
Flex 4.5 and mobile development
Adobe Flash platform の法人利用
Ria2010 - keynote - Evolution des RIA d'Entreprise
Adobe flash platform java
JAX2010 Flex Java technical session: interactive dashboard
Creating Flash Content for Mobile Devices
Adobe et la stratégie multi-écrans
Adobe gaming flash gamm michael
Develop multi-screen applications with Flex
Ad

Viewers also liked (20)

PPTX
Lou tulga's president obama's foreclosure relief program outline 2012
PPT
Assignment 2
PDF
June 2007 Seed Sampler
PPT
Milieu
ODP
PLC-2007_Intro
PDF
Do s2015 08
PPS
Multumire603
PPS
The New Seven Wonders Of The World
PPT
PPT
Paulus
 
PPT
Brievenbusreclame_2008
PPS
孩子的心
PPT
Chebanova
PPS
2011 energii-pozitive
PPT
Summary of LA5
PPT
Leichtgewichtige Architekturen mit Spring, JPA, Maven und Groovy
PPT
Multimediatag Heidelberg
PPT
How To Brew Coffee At Home
PDF
A Journey Into Wholeness Final
Lou tulga's president obama's foreclosure relief program outline 2012
Assignment 2
June 2007 Seed Sampler
Milieu
PLC-2007_Intro
Do s2015 08
Multumire603
The New Seven Wonders Of The World
Paulus
 
Brievenbusreclame_2008
孩子的心
Chebanova
2011 energii-pozitive
Summary of LA5
Leichtgewichtige Architekturen mit Spring, JPA, Maven und Groovy
Multimediatag Heidelberg
How To Brew Coffee At Home
A Journey Into Wholeness Final
Ad

Similar to Jax 2011 keynote (20)

PDF
RIAs with Java, Spring, Hibernate, BlazeDS, and Flex
PDF
Flex Air Intro
PDF
Drupal and-flex-drupal camp
PDF
Develop mobile applications with Flex
PDF
Qcon flex体系架构深度剖析
PDF
Adobe Flex体系架构深度剖析
PDF
Flex体系架构剖析
PDF
air
PDF
Android Development with Flash Platform
PDF
Enrique Duvos: Adobe RIA Platform
KEY
Flash platform introduction
PDF
Flex For Java Architects Ledroff Breizh Jug V Blog Cc
PDF
Flex, Adobe AIR, and PHP: the beginning of a beautiful friendship
PDF
Adobe Salon Linux
PDF
Flexpaug 111207121300-phpapp01
PDF
Flex presentation for Paris Android User group PAUG
PDF
Lcds & Blaze Ds by Corneliu Creanga
PDF
Flash Iphone Fitc 2010
PPTX
Mobile Development With Flash Platform
KEY
Adobe Flex: Creating Widgets for the Desktop and Web
RIAs with Java, Spring, Hibernate, BlazeDS, and Flex
Flex Air Intro
Drupal and-flex-drupal camp
Develop mobile applications with Flex
Qcon flex体系架构深度剖析
Adobe Flex体系架构深度剖析
Flex体系架构剖析
air
Android Development with Flash Platform
Enrique Duvos: Adobe RIA Platform
Flash platform introduction
Flex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex, Adobe AIR, and PHP: the beginning of a beautiful friendship
Adobe Salon Linux
Flexpaug 111207121300-phpapp01
Flex presentation for Paris Android User group PAUG
Lcds & Blaze Ds by Corneliu Creanga
Flash Iphone Fitc 2010
Mobile Development With Flash Platform
Adobe Flex: Creating Widgets for the Desktop and Web

More from Michael Chaize (12)

PDF
Typography on the Web - FITC Amsterdam 2015
PDF
FITC Amsterdam 2015 - keynote-adobe - We are mutants
PDF
Multimania - Web Design Trends
PDF
Feweb - Adobe et le Web Design
PDF
FITC 2014 Amsterdam - Adobe Apps for Web Designers in 2014
PDF
Max2013 rejected apps presentation
PDF
Oop2012 keynote Design Driven Development
PDF
Pocket agile challenge adobe mobile v1.0.pptx
PDF
Xebia adobe flash mobile applications
PDF
Ria2010 workshop dev mobile
PDF
Ria2010 keynote développeurs
PDF
Flex et PHP pour développer des applications mobiles
Typography on the Web - FITC Amsterdam 2015
FITC Amsterdam 2015 - keynote-adobe - We are mutants
Multimania - Web Design Trends
Feweb - Adobe et le Web Design
FITC 2014 Amsterdam - Adobe Apps for Web Designers in 2014
Max2013 rejected apps presentation
Oop2012 keynote Design Driven Development
Pocket agile challenge adobe mobile v1.0.pptx
Xebia adobe flash mobile applications
Ria2010 workshop dev mobile
Ria2010 keynote développeurs
Flex et PHP pour développer des applications mobiles

Recently uploaded (20)

PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Big Data Technologies - Introduction.pptx
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Modernizing your data center with Dell and AMD
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Machine learning based COVID-19 study performance prediction
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
KodekX | Application Modernization Development
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Advanced methodologies resolving dimensionality complications for autism neur...
Big Data Technologies - Introduction.pptx
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Unlocking AI with Model Context Protocol (MCP)
MYSQL Presentation for SQL database connectivity
Review of recent advances in non-invasive hemoglobin estimation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
“AI and Expert System Decision Support & Business Intelligence Systems”
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Modernizing your data center with Dell and AMD
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Machine learning based COVID-19 study performance prediction
Network Security Unit 5.pdf for BCA BBA.
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
KodekX | Application Modernization Development
Building Integrated photovoltaic BIPV_UPV.pdf

Jax 2011 keynote

  • 1. Architecting user experiences Michaël Chaize | Flash Platform Evangelist | www.RIAgora.com | @mchaize © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. Wednesday, May 11, 2011 1
  • 2. Adobe Flex © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. 2 Wednesday, May 11, 2011 2
  • 3. How Flex Works in the Browser Flex SDK MXML ActionScript Flex Class Library Debuggers Flash Builder IDE © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. Wednesday, May 11, 2011 3
  • 4. How Flex Works in the Browser Browser Flex SDK MXML ActionScript Flash Player Flex Class Library Debuggers SOAP HTTP/S AMF/S RTMP/S Flash Builder IDE Web Server Compile XML/HTTP Adobe Data Services REST SOAP Web Services J2EE Application Server Existing Applications & Infrastructure © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. Wednesday, May 11, 2011 3
  • 5. Flex & Java & Richness / Fast / Open-source / Industrialization ©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. Wednesday, May 11, 2011 4
  • 6. © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. Wednesday, May 11, 2011 5
  • 7. e explosion of devices introduces new challenges for application development © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. Wednesday, May 11, 2011 5
  • 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 Con dential. Wednesday, May 11, 2011 6
  • 9. 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 Con dential. Wednesday, May 11, 2011 7
  • 10. Platforms, browsers, and devices In-browser Outside the browser Mobile Platforms Set-top boxes (Future) © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. Wednesday, May 11, 2011 8
  • 11. Adobe AIR © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. 9 Wednesday, May 11, 2011 9
  • 12. How Flex Works on Mobile and Desktop Flex SDK MXML ActionScript Flex Class Library Debuggers Flash Builder IDE © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. Wednesday, May 11, 2011 10
  • 13. How Flex Works on Mobile and Desktop Mobile or Desktop Files SQLite Noti cations Clipboard Flex SDK MXML ActionScript AIR Client Runtime Flex Class Library Debuggers SOAP HTTP/S AMF/S RTMP/S Flash Builder IDE Web Server / Market place 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 Con dential. Wednesday, May 11, 2011 10
  • 14. Adobe AIR APIs - Multitouch - Geolocation - Cameras - Microphone - Accelerometer - Display a web page - SQLite local database - Native extensions - GPU acceleration ©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. Wednesday, May 11, 2011 11
  • 15. AIR on smartphones and tablets © 2011 Adobe Systems Incorporated. Wednesday, May 11, 2011 12
  • 16. What about Flex ? Wednesday, May 11, 2011 13
  • 17. Adobe Flex 4.5 4.5 © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. 14 Wednesday, May 11, 2011 14
  • 18. FLEX FRAMEWORK 4 SPARK COMPONENT MODEL ActionScript MXML Component Skin Graphics Behavior Layout Animation Logic Parts Data CSS properties States Wednesday, May 11, 2011 15
  • 19. Mobile Applications in Flex 4.5 s:Application s:ViewNavigatorApplication s:TabbedViewNavigatorApplication © 2010 Adobe Systems Incorporated. All Rights Reserved. 16 Wednesday, May 11, 2011 16
  • 20. <s:ViewNavigatorApplication> life cycle views.ListEmployees views.DetailsEmployee views.ListEmployees view destroyed view created view destroyed view created “BACK” bu on DATA subset DATA persisted in memory © 2010 Adobe Systems Incorporated. All Rights Reserved. 17 Wednesday, May 11, 2011 17
  • 21. <s:ViewNavigatorApplication> life cycle views.ListEmployees views.DetailsEmployee views.ListEmployees view destroyed view created view destroyed view created “BACK” bu on DATA subset DATA persisted in memory © 2010 Adobe Systems Incorporated. All Rights Reserved. 17 Wednesday, May 11, 2011 17
  • 22. <s:ViewNavigatorApplication> life cycle views.ListEmployees views.DetailsEmployee views.ListEmployees view destroyed view created view destroyed view created “BACK” bu on DATA subset DATA persisted in memory © 2010 Adobe Systems Incorporated. All Rights Reserved. 17 Wednesday, May 11, 2011 17
  • 23. ActionBar navigationContent titleContent actionContent <s:View xmlns:fx=http://ns.adobe.com/mxml/2009 … title=”Expenses"> <s:navigationContent> <s:Button icon="@Embed('assets/home.png')"/> </s:navigationContent> <s:actionContent> <s:Button label=”+"/> </s:actionContent> </s:View> © 2010 Adobe Systems Incorporated. All Rights Reserved. 18 3 Wednesday, May 11, 2011 18
  • 24. Components that have Mobile Skins § Bu on § CheckBox § DataGroup § Group/HGroup/VGroup/TileGroup § Image/BitmapImage § Label List § RadioBu on/RadioBu onGroup § Scroller § TextArea § TextInput © 2010 Adobe Systems Incorporated. All Rights Reserved. 19 Wednesday, May 11, 2011 19
  • 25. Screens and Flex 4.5 <?xml version="1.0" encoding="utf-8"?> <s:MobileApplication applicationDPI="160"> ... var curDensity:Number = FlexGlobals.topLevelApplication.runtimeDPI; <s:Image> <s:source> <s:MultiDPIBitmapSource source160dpi="logo.png" source240dpi="logo240.png" source320dpi="logo320.png" /> </s:source> </s:Image> © 2010 Adobe Systems Incorporated. All Rights Reserved. 20 Wednesday, May 11, 2011 20
  • 26. Flex 4.5 and tablets Android tablets BlackBerry PlayBook Apple tablets © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. 21 Wednesday, May 11, 2011 21
  • 27. Demo © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. 22 Wednesday, May 11, 2011 22
  • 28. Tablet and Enterprise applications Camera GPS 3G Mobility Bright screen Microphone © 2011 Adobe Systems Incorporated. Wednesday, May 11, 2011 23
  • 29. Mobile applications + JAVA = REAL-TIME © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. 24 Wednesday, May 11, 2011 24
  • 30. IN-CONTEXT COLLABORATION LiveCycle Collaboration Service Webcam Chat Shared Form Wednesday, May 11, 2011 25
  • 31. LiveCycle Collaboration Service Flex & JAVA API Multi-user collaboration in real time § Engage more effectively through a web presence enhanced with real-time collaboration tools. § Integrate text chat, whiteboard functionality, webcam video, and audio into any rich Internet application (RIA), Major Capabilities Peer-to-peer (P2P) streaming of data, audio and video HTTP server-to-server APIs Private audio/video streaming Server-side provisioning of services Large Rooms – via on-demand loading of user Audio/video application multicast presence Record and Playback Screen sharing JavaScript APIs – integration with a customer’s existing websites © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. 26 All external content and images pending approvals. Wednesday, May 11, 2011 26
  • 32. JAVA JAVA + FLEX 4 rockstar rockstar Wednesday, May 11, 2011 27
  • 33. JAVA + FLEX 4.5 HYPER ROCK STAR JAVA JAVA + FLEX 4 rockstar rockstar Wednesday, May 11, 2011 27
  • 34. Michaël Chaize & resources RIAgora.com Flex.org labs.adobe.com developer.adobe.com @mchaize Tour de Mobile Flex © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. 30 Wednesday, May 11, 2011 30
  • 35. © 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Con dential. Wednesday, May 11, 2011 31