SlideShare a Scribd company logo
Nouveautés Flex, Flash Builder et AIR
      Michaël Chaize | Adobe Platform Evangelist




©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
Michaël Chaize


                                                                               @mchaize




                                                                             RIAgora.com

©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.       2
Les limites de Google translate




©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.   3
Menu du jour




                                                                                 Flash Builder “Burrito”

                                                                                 Flex “Hero”

                                                                                 Adobe AIR




©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.   4
Flash Builder “Burrito”




© 2010 Adobe Systems Incorporated. All Rights Reserved.
Productivity features




                                                          for AS3                               Gener
                                                                                                     ate ev
                               e                                                                              ent h a
                         m plat                                           s                                          ndler
                  d e te                                        e   t hod
         Co                                              m                                      Renam
                                       e           m ent                                                e varia
                          I        mpl                                                                         ble / fi
                                                                                                                       le
                     ide/
    O verr                                                                                    Metad
                                                     s / file                                       ata cod
                   e                a cl as                                                                 e com
                                                                                                                   pletio
            en erat                                                                                                         n
       G

                                                                              Quick Assists




© 2010 Adobe Systems Incorporated. All Rights Reserved.
Flex “Hero”




© 2010 Adobe Systems Incorporated. All Rights Reserved.
Flex “Hero” > les objectifs




Application performantes sur smartphones

Continuer de faire évoluer les composants Spark
Améliorer le framework pour les applications d’envergure




© 2010 Adobe Systems Incorporated. All Rights Reserved.
<s:DataGrid>

<s:DataGrid>
      §   Basic skinning contract

               §   Selection, hover, row/column separator, caret and row
                    background graphics are skinnable

      §   Support for native and custom item renderers

      §   Single, multiple, cell & row-based selection

      §   Supports dynamic data provider

      §   Horizontal and vertical scrolling, integration with layout

      §   User interaction via the mouse and keyboard




 © 2010 Adobe Systems Incorporated. All Rights Reserved.                9
Anatomie de la Datagrid

             Caret Indicator                              Selection Indicator            Hover Indicator




  Row
Separator




                        Column Separator                                        Item Renderer

© 2010 Adobe Systems Incorporated. All Rights Reserved.               10
Anatomie de la Datagrid



                                                                            Sort Indicator




            Column Header Group                           Header Renderer   Column Separator




© 2010 Adobe Systems Incorporated. All Rights Reserved.       11
<s:Form>

§   Spark Form
        §   Advanced custom layout to support dynamic form columns that can
             appear “on the fly” (help content, required content indicators)

        §   Horizontal and stacked layout support

        §   Sequenced form items

        §   Baseline alignment for form item content

        §   Declarative skinning for normal, error, disabled and required states




© 2010 Adobe Systems Incorporated. All Rights Reserved.                12
<s:Image>

§   Spark Image
        §   Skinning contract allows for custom image
             presentation

        §   Provide an extensible caching and queueing
             mechanism for loading content

        §   Enhancements to the BitmapImage primitive

                 §   Load remote or untrusted sources

                 §   Support high-quality scaling             ContentCache
                                                                  §   maxCacheEntries
                                                                  §   enableQueuing
                                                                  §   enableCaching
                                                                  §   maxActiveRequests




© 2010 Adobe Systems Incorporated. All Rights Reserved.   13
Meilleure gestion des RSLs

Hero RSL Enhancements
       §   Compiler will smartly remove unnecessary RSLs

                       (-remove-unused-rsls=true)

       §   Compiler will recognize when RSLs have been loaded by the
            parent application reloading by child apps

       §   Framework refactoring into more RSLs (improves SWF size and                                   DayTrader.mxml
            startup time)
                                                                             AccountingModule.mx
       §   Allow usage of RSLs when modifying core framework classes (ie:            ml
            monkey-patching).


                                                                                                 framework.swc               osmf.swc




                                                                                          spark.swc         sparkskins.swc




© 2010 Adobe Systems Incorporated. All Rights Reserved.            14
Advanced Capabilities


Spark Module & ModuleLoader
      Module extends SkinnableContainer


<s:Module>



<mx:TabNavigator width="500" height="300">
             <s:ModuleLoader label="Tab One" url="SparkModule1.swf"/>
             <s:ModuleLoader label="Tab Two" url="SparkModule2.swf"/>
</mx:TabNavigator>




© 2010 Adobe Systems Incorporated. All Rights Reserved.   15
Advanced Capabilities


Size Report

<?xml version="1.0" encoding="UTF-8"?>
<report>
   <swf size="74624" compressedSize="38485">
     <headerData totalSize="533">
        <data type="metaData" size="465"/>
        <data type="productInfo" size="28"/>
     </headerData>
     <frames totalSize="74091">
        <frame name="_RTest_mx_managers_SystemManager" size="56409" frame="1"/>
        <frame name="RTest" size="17682" frame="2"/>
     </frames>



© 2010 Adobe Systems Incorporated. All Rights Reserved.   16
Flex on mobile ?
AIR extends the benefits of Flash Player

‣ Richer and more engaging
    user experiences out of
    the browser                                                            Geo-Location
                                                                               SQLite
                                                                 Application Update Framework
‣ Empower Flash developers                                              Application Lifecycle
    to deploy applications in                             .AIR File format for multi-screen applications
                                                              Enhanced Application Security model
    app catalogs                                                      Marketplace Distribution
                                                                Mobile Hardware Softkey Support
‣ Leverage desktop AIR app                                        File-System Access (if allowed)
                                                                          MediaLibrary API
    ecosystem                                                            Native Extensibility


‣ Shared codebase and
    porting with Flash Player
                                                                   ActionScript3 Support
                                                             Memory, battery & CPU optimizations
                                                               Audio/Video hardware decoding
                                                                Optimized SWF management
                                                                  Multi-touch and Gestures
                                                                   Hardware Acceleration
                                                                     Mobile Text input
© 2010 Adobe Systems Incorporated. All Rights Reserved.
AIR for BlackBerry PlayBook



                                                                                    WIN A PLAYBOOK !!!




                                       http://us.blackberry.com/developers/tablet/devresources.jsp


© 2010 Adobe Systems Incorporated. All Rights Reserved.
Mobile Applications in "Hero"

                 s:Application                            s:MobileApplication   s:TabbedMobileApplication




© 2010 Adobe Systems Incorporated. All Rights Reserved.              20
MobileApplication and TabbedMobileApplication

§   View stack metaphor
     §   View
     §   ViewNavigator / TabbedViewNavigator


§   Built-in mobile navigation experience
     §   Action bar
     §   Back button
     §   Transitions
     §   APIs




© 2010 Adobe Systems Incorporated. All Rights Reserved.   21   1
ViewNavigator API




§   navigator.pushView();
§   navigator.popView();
§   navigator.popToFirstView()


§   navigator.activeView;




© 2010 Adobe Systems Incorporated. All Rights Reserved.   22   2
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.         23                            3
Components that have Mobile Skins

§   Button
§   CheckBox
§   DataGroup
§   Group/HGroup/VGroup/TileGroup
§   Image/BitmapImage
§   Label List
§   RadioButton/RadioButtonGroup
§   Scroller
§   TextArea
§   TextInput




© 2010 Adobe Systems Incorporated. All Rights Reserved.   24
View Lifecycle




                                                              View Destroyed
                         View becomes                                          User navigates
                         active                                                back to view
                                                          Another view
                                                          becomes active
                                                View
                                               Created                             View Recreated




                                           data



§   Alternative option: destructionPolicy=“none”

© 2010 Adobe Systems Incorporated. All Rights Reserved.           25                                3B
Mobile ItemRenderers


                                                          §   MobileItemRenderer
                                                          §   MobileIconItemRenderer


                                                          <s:MobileIconItemRenderer
                                                                     labelField="lastName"
                                                                     messageField="title"
                                                                     iconField="picture"
                                                                     decoratorClass=”phoneIcon">




© 2010 Adobe Systems Incorporated. All Rights Reserved.         26                                 4
APIs pour le mobile




© 2010 Adobe Systems Incorporated. All Rights Reserved.   27
GEO APIs

§   Android Permission Required:
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-
permission android:name="android.permission.ACCESS_FINE_LOCATION" />

§   Geolocation.isSupported
§   g.addEventListener(GeolocationEvent.UPDATE, callbackFunction);
§   GeolocationEvent:
     §   altitude

     §   heading

     §   horizontalAccuracy

     §   latitude

     §   longitude

     §   speed

     §   timestamp

     §   verticalAccuracy


© 2010 Adobe Systems Incorporated. All Rights Reserved.
Accelerometer APIs

§   Accelerometer.isSupported
§   a.addEventListener(AccelerometerEvent.UPDATE, callbackFunction);
§   AccelerometerEvent:
     §   accelerationX
     §   accelerationY
     §   accelerationZ
     §   timestamp




© 2010 Adobe Systems Incorporated. All Rights Reserved.
Multi-Touch APIs

§     Android manifest change:
<uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch"/>

§     Gesture OR Multitouch --- Multitouch.inputMode


  §   MultitouchInputMode.GESTURE                                     §   MultitouchInputMode.TOUCH_POINT

       §   TransformGestureEvent                                            §   TouchEvent

            §   GESTURE_PAN                                                        §   TOUCH_BEGIN

            §   GESTURE_ROTATE                                                     §   TOUCH_END

            §   GESTURE_SWIPE                                                      §   TOUCH_MOVE

            §   GESTURE_ZOOM                                                       §   TOUCH_OUT

       §   GestureEvent.GESTURE_TWO_FINGER_TAP                                     §   TOUCH_OVER

       §   PressAndTapGestureEvent.GESTURE_PRESS_AND_TAP                           §   TOUCH_ROLL_OUT

                                                                                    §   TOUCH_ROLL_OVER

                                                                                    §   TOUCH_TAP



© 2010 Adobe Systems Incorporated. All Rights Reserved.
Remote Data

§   Android Permission Required:
     <uses-permission android:name="android.permission.INTERNET"/>
§   Standard Flex Networking Libraries:
     §   HTTPService
     §   WebService
     §   RemoteObject




© 2010 Adobe Systems Incorporated. All Rights Reserved.
Full Screen & Orientation

§   stage.displayState = StageDisplayState.NORMAL
§   stage.displayState = StageDisplayState.FULL_SCREEN
§   stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE


§   StageOrientationEvent:
stage.addEventListener(StageOrientationEvent.ORIENTATION_CHANGE, callbackFunction);

§   foo-app.xml:
                          <initialWindow>
                                                   <autoOrients>true</autoOrients>




© 2010 Adobe Systems Incorporated. All Rights Reserved.
Camera Access

§   Camera - Raw camera feed
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" android:required="true"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
<uses-feature android:name="android.hardware.camera.flash" android:required="false"/>

§   CameraUI - Native Camera App
var cameraUI:CameraUI = new CameraUI();
cameraUI.launch(MediaType.IMAGE);

§   CameraRoll - Choose photos from the device's camera roll
var cameraRoll:CameraRoll = new CameraRoll();
cameraRoll.browseForImage();
cameraRoll.addBitmapData(bd);




© 2010 Adobe Systems Incorporated. All Rights Reserved.   33
Native App Integration

§   Open Email, Browser, Maps, Phone, or SMS
     §   navigateToURL(new URLRequest('mailto:foo@bar.com'));
     §   navigateToURL(new URLRequest('http://www.jamesward.com'));
     §   navigateToURL(new URLRequest('http://maps.google.com/'));
     §   navigateToURL(new URLRequest('tel:1234567890'));
     §   navigateToURL(new URLRequest('sms:1234567890'));




© 2010 Adobe Systems Incorporated. All Rights Reserved.   34
Local DB APIs

§   SQLite - Nothing different than AIR for the Desktop
§   SQLConnection
     §   Sync and/or Async connections

§   SQLStatement
     §   Prepared Statements:

var stmt:SQLStatement = new SQLStatement();
stmt.sqlConnection = FlexGlobals.topLevelApplication['sqlConnection'];
stmt.text = "INSERT into giberish values(:giberish)";
stmt.parameters[":giberish"] = g.text;
stmt.execute();




© 2010 Adobe Systems Incorporated. All Rights Reserved.
StageWebView

§   Requires Android INTERNET permission:
<uses-permission android:name="android.permission.INTERNET" />
§   WebStageView.isSupported
var swv:StageWebView = new StageWebView();
swv.viewPort = new Rectangle(0, stage.height - height, width, height);
swv.stage = stage;
swv.loadURL("http://www.jamesward.com");




© 2010 Adobe Systems Incorporated. All Rights Reserved.   36
Deployment

§   ADT is the AIR packager (apk target only available in AIR 2.5):
adt -package -target apk -storetype pkcs12 -keystore a.p12 a.apk a-app.xml a.swf

§   ADB is the Android SDK deployer
adb install -r a.apk




© 2010 Adobe Systems Incorporated. All Rights Reserved.   37
Debugging

§   adb logcat
§   trace() and errors - only with apk-debug target




© 2010 Adobe Systems Incorporated. All Rights Reserved.   38
Deploying to the Android Market




© 2010 Adobe Systems Incorporated. All Rights Reserved.   39
LET’S CODE A FLEX MOBILE APP




© 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
labs.adobe.com
Download Flash Builder “Burrito” and Flex “Hero”

            Get the source code of
             Tour de Mobile Flex

       Check the Flex “Hero” tutorials on
             developer.adobe.com

  Free Flex 4 trainings in Belgium and seminars
             http://bit.ly/ria_update
Si vous souhaitez me contacter


                                                                              @mchaize




                                                                             RIAgora.com

©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.        42
Ad

More Related Content

What's hot (20)

Jax2001 adobe keynote
Jax2001 adobe keynoteJax2001 adobe keynote
Jax2001 adobe keynote
Michael Chaize
 
Adobe flex at jax london 2011
Adobe flex at  jax london 2011Adobe flex at  jax london 2011
Adobe flex at jax london 2011
Michael Chaize
 
Fatc - Productivity by Design
Fatc - Productivity by DesignFatc - Productivity by Design
Fatc - Productivity by Design
Michael Chaize
 
Xplatform mobile development
Xplatform mobile developmentXplatform mobile development
Xplatform mobile development
Michael Chaize
 
Oop2012 keynote Design Driven Development
Oop2012 keynote Design Driven DevelopmentOop2012 keynote Design Driven Development
Oop2012 keynote Design Driven Development
Michael Chaize
 
Flex mobile for JUG
Flex mobile for JUGFlex mobile for JUG
Flex mobile for JUG
Michael Chaize
 
Flex presentation for Paris Android User group PAUG
Flex presentation for Paris Android User group PAUGFlex presentation for Paris Android User group PAUG
Flex presentation for Paris Android User group PAUG
Michael Chaize
 
Adobe et la stratégie multi-écrans
Adobe et la stratégie multi-écransAdobe et la stratégie multi-écrans
Adobe et la stratégie multi-écrans
Michael Chaize
 
Montpellier - Flex UG
Montpellier - Flex UGMontpellier - Flex UG
Montpellier - Flex UG
Michael Chaize
 
Eva flex java_1_slides
Eva flex java_1_slidesEva flex java_1_slides
Eva flex java_1_slides
Michael Chaize
 
Back From MAX in London for CQ5 users
Back From MAX in London for CQ5 usersBack From MAX in London for CQ5 users
Back From MAX in London for CQ5 users
Michael Chaize
 
Fm Mc Presentation Ria2008
Fm Mc   Presentation Ria2008Fm Mc   Presentation Ria2008
Fm Mc Presentation Ria2008
Michael Chaize
 
Over the air 2.5 - Adobe AIR for Android
Over the air 2.5 - Adobe AIR for AndroidOver the air 2.5 - Adobe AIR for Android
Over the air 2.5 - Adobe AIR for Android
Michael Chaize
 
Flex 4.5 and mobile development
Flex 4.5 and mobile developmentFlex 4.5 and mobile development
Flex 4.5 and mobile development
Michael Chaize
 
Using design pattern for mobile
Using design pattern for mobileUsing design pattern for mobile
Using design pattern for mobile
luca mezzalira
 
Develop multi-screen applications with Flex
Develop multi-screen applications with Flex Develop multi-screen applications with Flex
Develop multi-screen applications with Flex
Codemotion
 
Breizh camp adobe flex et les mobiles
Breizh camp   adobe flex et les mobilesBreizh camp   adobe flex et les mobiles
Breizh camp adobe flex et les mobiles
Michael Chaize
 
Adobe Max 2008 Cross Channel Campaigns
Adobe Max 2008 Cross Channel CampaignsAdobe Max 2008 Cross Channel Campaigns
Adobe Max 2008 Cross Channel Campaigns
Charles Duncan jr.
 
Process in the Age of Digital Innovation
Process in the Age of Digital InnovationProcess in the Age of Digital Innovation
Process in the Age of Digital Innovation
Charles Duncan jr.
 
Enterprise Flex applications on tablet devices
Enterprise Flex applications on tablet devicesEnterprise Flex applications on tablet devices
Enterprise Flex applications on tablet devices
Michael Chaize
 
Adobe flex at jax london 2011
Adobe flex at  jax london 2011Adobe flex at  jax london 2011
Adobe flex at jax london 2011
Michael Chaize
 
Fatc - Productivity by Design
Fatc - Productivity by DesignFatc - Productivity by Design
Fatc - Productivity by Design
Michael Chaize
 
Xplatform mobile development
Xplatform mobile developmentXplatform mobile development
Xplatform mobile development
Michael Chaize
 
Oop2012 keynote Design Driven Development
Oop2012 keynote Design Driven DevelopmentOop2012 keynote Design Driven Development
Oop2012 keynote Design Driven Development
Michael Chaize
 
Flex presentation for Paris Android User group PAUG
Flex presentation for Paris Android User group PAUGFlex presentation for Paris Android User group PAUG
Flex presentation for Paris Android User group PAUG
Michael Chaize
 
Adobe et la stratégie multi-écrans
Adobe et la stratégie multi-écransAdobe et la stratégie multi-écrans
Adobe et la stratégie multi-écrans
Michael Chaize
 
Eva flex java_1_slides
Eva flex java_1_slidesEva flex java_1_slides
Eva flex java_1_slides
Michael Chaize
 
Back From MAX in London for CQ5 users
Back From MAX in London for CQ5 usersBack From MAX in London for CQ5 users
Back From MAX in London for CQ5 users
Michael Chaize
 
Fm Mc Presentation Ria2008
Fm Mc   Presentation Ria2008Fm Mc   Presentation Ria2008
Fm Mc Presentation Ria2008
Michael Chaize
 
Over the air 2.5 - Adobe AIR for Android
Over the air 2.5 - Adobe AIR for AndroidOver the air 2.5 - Adobe AIR for Android
Over the air 2.5 - Adobe AIR for Android
Michael Chaize
 
Flex 4.5 and mobile development
Flex 4.5 and mobile developmentFlex 4.5 and mobile development
Flex 4.5 and mobile development
Michael Chaize
 
Using design pattern for mobile
Using design pattern for mobileUsing design pattern for mobile
Using design pattern for mobile
luca mezzalira
 
Develop multi-screen applications with Flex
Develop multi-screen applications with Flex Develop multi-screen applications with Flex
Develop multi-screen applications with Flex
Codemotion
 
Breizh camp adobe flex et les mobiles
Breizh camp   adobe flex et les mobilesBreizh camp   adobe flex et les mobiles
Breizh camp adobe flex et les mobiles
Michael Chaize
 
Adobe Max 2008 Cross Channel Campaigns
Adobe Max 2008 Cross Channel CampaignsAdobe Max 2008 Cross Channel Campaigns
Adobe Max 2008 Cross Channel Campaigns
Charles Duncan jr.
 
Process in the Age of Digital Innovation
Process in the Age of Digital InnovationProcess in the Age of Digital Innovation
Process in the Age of Digital Innovation
Charles Duncan jr.
 
Enterprise Flex applications on tablet devices
Enterprise Flex applications on tablet devicesEnterprise Flex applications on tablet devices
Enterprise Flex applications on tablet devices
Michael Chaize
 

Viewers also liked (18)

Ria2010 keynote développeurs
Ria2010 keynote développeursRia2010 keynote développeurs
Ria2010 keynote développeurs
Michael Chaize
 
Martin karlssons vykortssamling ångbåtsbryggan och stranden
Martin karlssons vykortssamling   ångbåtsbryggan och strandenMartin karlssons vykortssamling   ångbåtsbryggan och stranden
Martin karlssons vykortssamling ångbåtsbryggan och stranden
hembygdsigtuna
 
Martin karlssons vykortssamling sigtunaskolan
Martin karlssons vykortssamling   sigtunaskolanMartin karlssons vykortssamling   sigtunaskolan
Martin karlssons vykortssamling sigtunaskolan
hembygdsigtuna
 
大家行04
大家行04大家行04
大家行04
liuruifeng
 
2. open innov whatisit
2. open innov whatisit2. open innov whatisit
2. open innov whatisit
Michele Missikoff
 
Atestace infromačních systémů veřejné správy
Atestace infromačních systémů veřejné správyAtestace infromačních systémů veřejné správy
Atestace infromačních systémů veřejné správy
Equica
 
Babies Sculptures (by Camille Allen)
Babies Sculptures (by Camille Allen)Babies Sculptures (by Camille Allen)
Babies Sculptures (by Camille Allen)
Robson Silva Espig
 
Uchitelska Prezentacia
Uchitelska PrezentaciaUchitelska Prezentacia
Uchitelska Prezentacia
mazur_taja
 
我感恩Thanksgiving
我感恩Thanksgiving我感恩Thanksgiving
我感恩Thanksgiving
nonnon
 
A Tweet Analysis: @Scobleizer
A Tweet Analysis: @ScobleizerA Tweet Analysis: @Scobleizer
A Tweet Analysis: @Scobleizer
Jon Gatrell
 
AOD Workplace Modern Sample Final
AOD Workplace Modern Sample FinalAOD Workplace Modern Sample Final
AOD Workplace Modern Sample Final
Andrew Schwartz
 
онтологии верхнего уровня
онтологии верхнего уровняонтологии верхнего уровня
онтологии верхнего уровня
Lidia Pivovarova
 
The future of the Adobe Flash platform
The future of the Adobe Flash platformThe future of the Adobe Flash platform
The future of the Adobe Flash platform
Michael Chaize
 
Feedback Movie Ppt Version Sample
Feedback Movie Ppt Version SampleFeedback Movie Ppt Version Sample
Feedback Movie Ppt Version Sample
Andrew Schwartz
 
Ria2010 keynote développeurs
Ria2010 keynote développeursRia2010 keynote développeurs
Ria2010 keynote développeurs
Michael Chaize
 
Martin karlssons vykortssamling ångbåtsbryggan och stranden
Martin karlssons vykortssamling   ångbåtsbryggan och strandenMartin karlssons vykortssamling   ångbåtsbryggan och stranden
Martin karlssons vykortssamling ångbåtsbryggan och stranden
hembygdsigtuna
 
Martin karlssons vykortssamling sigtunaskolan
Martin karlssons vykortssamling   sigtunaskolanMartin karlssons vykortssamling   sigtunaskolan
Martin karlssons vykortssamling sigtunaskolan
hembygdsigtuna
 
Atestace infromačních systémů veřejné správy
Atestace infromačních systémů veřejné správyAtestace infromačních systémů veřejné správy
Atestace infromačních systémů veřejné správy
Equica
 
Babies Sculptures (by Camille Allen)
Babies Sculptures (by Camille Allen)Babies Sculptures (by Camille Allen)
Babies Sculptures (by Camille Allen)
Robson Silva Espig
 
Uchitelska Prezentacia
Uchitelska PrezentaciaUchitelska Prezentacia
Uchitelska Prezentacia
mazur_taja
 
我感恩Thanksgiving
我感恩Thanksgiving我感恩Thanksgiving
我感恩Thanksgiving
nonnon
 
A Tweet Analysis: @Scobleizer
A Tweet Analysis: @ScobleizerA Tweet Analysis: @Scobleizer
A Tweet Analysis: @Scobleizer
Jon Gatrell
 
AOD Workplace Modern Sample Final
AOD Workplace Modern Sample FinalAOD Workplace Modern Sample Final
AOD Workplace Modern Sample Final
Andrew Schwartz
 
онтологии верхнего уровня
онтологии верхнего уровняонтологии верхнего уровня
онтологии верхнего уровня
Lidia Pivovarova
 
The future of the Adobe Flash platform
The future of the Adobe Flash platformThe future of the Adobe Flash platform
The future of the Adobe Flash platform
Michael Chaize
 
Feedback Movie Ppt Version Sample
Feedback Movie Ppt Version SampleFeedback Movie Ppt Version Sample
Feedback Movie Ppt Version Sample
Andrew Schwartz
 
Ad

Similar to Ria2010 workshop dev mobile (20)

MXNet Paris Workshop - Intro To MXNet
MXNet Paris Workshop - Intro To MXNetMXNet Paris Workshop - Intro To MXNet
MXNet Paris Workshop - Intro To MXNet
Apache MXNet
 
Automating Oracle Database deployment with Amazon Web Services, fabric, and boto
Automating Oracle Database deployment with Amazon Web Services, fabric, and botoAutomating Oracle Database deployment with Amazon Web Services, fabric, and boto
Automating Oracle Database deployment with Amazon Web Services, fabric, and boto
mjbommar
 
NLJUG: Content Management, Standards, Opensource & JCP
NLJUG: Content Management, Standards, Opensource & JCPNLJUG: Content Management, Standards, Opensource & JCP
NLJUG: Content Management, Standards, Opensource & JCP
David Nuescheler
 
Flash And Dom
Flash And DomFlash And Dom
Flash And Dom
Mike Wilcox
 
Pivotal: Virtualize Big Data to Make the Elephant Dance
Pivotal: Virtualize Big Data to Make the Elephant DancePivotal: Virtualize Big Data to Make the Elephant Dance
Pivotal: Virtualize Big Data to Make the Elephant Dance
EMC
 
Hello Gumbo
Hello GumboHello Gumbo
Hello Gumbo
Xavi Beumala
 
Flex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex For Java Architects Ledroff Breizh Jug V Blog CcFlex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex For Java Architects Ledroff Breizh Jug V Blog Cc
François Le Droff
 
Open Architecture in the Adobe Marketing Cloud - Summit 2014
Open Architecture in the Adobe Marketing Cloud - Summit 2014Open Architecture in the Adobe Marketing Cloud - Summit 2014
Open Architecture in the Adobe Marketing Cloud - Summit 2014
Paolo Mottadelli
 
Uml to code with acceleo
Uml to code with acceleoUml to code with acceleo
Uml to code with acceleo
Tarun Telang
 
RESTful Services and Distributed OSGi - 04/2009
RESTful Services and Distributed OSGi - 04/2009RESTful Services and Distributed OSGi - 04/2009
RESTful Services and Distributed OSGi - 04/2009
Roland Tritsch
 
IBM Spark Meetup - RDD & Spark Basics
IBM Spark Meetup - RDD & Spark BasicsIBM Spark Meetup - RDD & Spark Basics
IBM Spark Meetup - RDD & Spark Basics
Satya Narayan
 
Flex 3 Deep Dive
Flex 3 Deep DiveFlex 3 Deep Dive
Flex 3 Deep Dive
Effective
 
Greenplum Database on HDFS
Greenplum Database on HDFSGreenplum Database on HDFS
Greenplum Database on HDFS
DataWorks Summit
 
Xebia adobe flash mobile applications
Xebia adobe flash mobile applicationsXebia adobe flash mobile applications
Xebia adobe flash mobile applications
Michael Chaize
 
Lego Cloud SAP Virtualization Week 2012
Lego Cloud SAP Virtualization Week 2012Lego Cloud SAP Virtualization Week 2012
Lego Cloud SAP Virtualization Week 2012
Benoit Hudzia
 
Building a right sized, do-anything runtime using OSGi technologies: a case s...
Building a right sized, do-anything runtime using OSGi technologies: a case s...Building a right sized, do-anything runtime using OSGi technologies: a case s...
Building a right sized, do-anything runtime using OSGi technologies: a case s...
mfrancis
 
Building Multi-Channel Data-Aware Applications
Building Multi-Channel Data-Aware ApplicationsBuilding Multi-Channel Data-Aware Applications
Building Multi-Channel Data-Aware Applications
cjolif
 
Adobe AIR - Mobile Performance – Tips & Tricks
Adobe AIR - Mobile Performance – Tips & TricksAdobe AIR - Mobile Performance – Tips & Tricks
Adobe AIR - Mobile Performance – Tips & Tricks
Mihai Corlan
 
Drupal and-flex-drupal camp
Drupal and-flex-drupal campDrupal and-flex-drupal camp
Drupal and-flex-drupal camp
Claudiu Cristea
 
Advanced EPUB creation for iPad with Adobe InDesign CC - Digital Book World 2014
Advanced EPUB creation for iPad with Adobe InDesign CC - Digital Book World 2014Advanced EPUB creation for iPad with Adobe InDesign CC - Digital Book World 2014
Advanced EPUB creation for iPad with Adobe InDesign CC - Digital Book World 2014
DouglasWaterfall
 
MXNet Paris Workshop - Intro To MXNet
MXNet Paris Workshop - Intro To MXNetMXNet Paris Workshop - Intro To MXNet
MXNet Paris Workshop - Intro To MXNet
Apache MXNet
 
Automating Oracle Database deployment with Amazon Web Services, fabric, and boto
Automating Oracle Database deployment with Amazon Web Services, fabric, and botoAutomating Oracle Database deployment with Amazon Web Services, fabric, and boto
Automating Oracle Database deployment with Amazon Web Services, fabric, and boto
mjbommar
 
NLJUG: Content Management, Standards, Opensource & JCP
NLJUG: Content Management, Standards, Opensource & JCPNLJUG: Content Management, Standards, Opensource & JCP
NLJUG: Content Management, Standards, Opensource & JCP
David Nuescheler
 
Pivotal: Virtualize Big Data to Make the Elephant Dance
Pivotal: Virtualize Big Data to Make the Elephant DancePivotal: Virtualize Big Data to Make the Elephant Dance
Pivotal: Virtualize Big Data to Make the Elephant Dance
EMC
 
Flex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex For Java Architects Ledroff Breizh Jug V Blog CcFlex For Java Architects Ledroff Breizh Jug V Blog Cc
Flex For Java Architects Ledroff Breizh Jug V Blog Cc
François Le Droff
 
Open Architecture in the Adobe Marketing Cloud - Summit 2014
Open Architecture in the Adobe Marketing Cloud - Summit 2014Open Architecture in the Adobe Marketing Cloud - Summit 2014
Open Architecture in the Adobe Marketing Cloud - Summit 2014
Paolo Mottadelli
 
Uml to code with acceleo
Uml to code with acceleoUml to code with acceleo
Uml to code with acceleo
Tarun Telang
 
RESTful Services and Distributed OSGi - 04/2009
RESTful Services and Distributed OSGi - 04/2009RESTful Services and Distributed OSGi - 04/2009
RESTful Services and Distributed OSGi - 04/2009
Roland Tritsch
 
IBM Spark Meetup - RDD & Spark Basics
IBM Spark Meetup - RDD & Spark BasicsIBM Spark Meetup - RDD & Spark Basics
IBM Spark Meetup - RDD & Spark Basics
Satya Narayan
 
Flex 3 Deep Dive
Flex 3 Deep DiveFlex 3 Deep Dive
Flex 3 Deep Dive
Effective
 
Greenplum Database on HDFS
Greenplum Database on HDFSGreenplum Database on HDFS
Greenplum Database on HDFS
DataWorks Summit
 
Xebia adobe flash mobile applications
Xebia adobe flash mobile applicationsXebia adobe flash mobile applications
Xebia adobe flash mobile applications
Michael Chaize
 
Lego Cloud SAP Virtualization Week 2012
Lego Cloud SAP Virtualization Week 2012Lego Cloud SAP Virtualization Week 2012
Lego Cloud SAP Virtualization Week 2012
Benoit Hudzia
 
Building a right sized, do-anything runtime using OSGi technologies: a case s...
Building a right sized, do-anything runtime using OSGi technologies: a case s...Building a right sized, do-anything runtime using OSGi technologies: a case s...
Building a right sized, do-anything runtime using OSGi technologies: a case s...
mfrancis
 
Building Multi-Channel Data-Aware Applications
Building Multi-Channel Data-Aware ApplicationsBuilding Multi-Channel Data-Aware Applications
Building Multi-Channel Data-Aware Applications
cjolif
 
Adobe AIR - Mobile Performance – Tips & Tricks
Adobe AIR - Mobile Performance – Tips & TricksAdobe AIR - Mobile Performance – Tips & Tricks
Adobe AIR - Mobile Performance – Tips & Tricks
Mihai Corlan
 
Drupal and-flex-drupal camp
Drupal and-flex-drupal campDrupal and-flex-drupal camp
Drupal and-flex-drupal camp
Claudiu Cristea
 
Advanced EPUB creation for iPad with Adobe InDesign CC - Digital Book World 2014
Advanced EPUB creation for iPad with Adobe InDesign CC - Digital Book World 2014Advanced EPUB creation for iPad with Adobe InDesign CC - Digital Book World 2014
Advanced EPUB creation for iPad with Adobe InDesign CC - Digital Book World 2014
DouglasWaterfall
 
Ad

More from Michael Chaize (12)

Typography on the Web - FITC Amsterdam 2015
Typography on the Web - FITC Amsterdam 2015Typography on the Web - FITC Amsterdam 2015
Typography on the Web - FITC Amsterdam 2015
Michael Chaize
 
FITC Amsterdam 2015 - keynote-adobe - We are mutants
FITC Amsterdam 2015 -  keynote-adobe - We are mutantsFITC Amsterdam 2015 -  keynote-adobe - We are mutants
FITC Amsterdam 2015 - keynote-adobe - We are mutants
Michael Chaize
 
Multimania - Web Design Trends
Multimania - Web Design TrendsMultimania - Web Design Trends
Multimania - Web Design Trends
Michael Chaize
 
Feweb - Adobe et le Web Design
Feweb - Adobe et le Web DesignFeweb - Adobe et le Web Design
Feweb - Adobe et le Web Design
Michael Chaize
 
FITC 2014 Amsterdam - Adobe Apps for Web Designers in 2014
FITC 2014 Amsterdam - Adobe Apps for Web Designers in 2014FITC 2014 Amsterdam - Adobe Apps for Web Designers in 2014
FITC 2014 Amsterdam - Adobe Apps for Web Designers in 2014
Michael Chaize
 
Adobe gaming flash gamm michael
Adobe gaming flash gamm michaelAdobe gaming flash gamm michael
Adobe gaming flash gamm michael
Michael Chaize
 
Max2013 rejected apps presentation
Max2013   rejected apps presentationMax2013   rejected apps presentation
Max2013 rejected apps presentation
Michael Chaize
 
One backend multiple Screens
One backend multiple ScreensOne backend multiple Screens
One backend multiple Screens
Michael Chaize
 
Pocket agile challenge adobe mobile v1.0.pptx
Pocket agile   challenge adobe mobile v1.0.pptxPocket agile   challenge adobe mobile v1.0.pptx
Pocket agile challenge adobe mobile v1.0.pptx
Michael Chaize
 
Jax 2011 keynote
Jax 2011 keynoteJax 2011 keynote
Jax 2011 keynote
Michael Chaize
 
Devoxx 2010: Develop mobile applications with Flex
Devoxx 2010: Develop mobile applications with FlexDevoxx 2010: Develop mobile applications with Flex
Devoxx 2010: Develop mobile applications with Flex
Michael Chaize
 
Flex et PHP pour développer des applications mobiles
Flex et PHP pour développer des applications mobilesFlex et PHP pour développer des applications mobiles
Flex et PHP pour développer des applications mobiles
Michael Chaize
 
Typography on the Web - FITC Amsterdam 2015
Typography on the Web - FITC Amsterdam 2015Typography on the Web - FITC Amsterdam 2015
Typography on the Web - FITC Amsterdam 2015
Michael Chaize
 
FITC Amsterdam 2015 - keynote-adobe - We are mutants
FITC Amsterdam 2015 -  keynote-adobe - We are mutantsFITC Amsterdam 2015 -  keynote-adobe - We are mutants
FITC Amsterdam 2015 - keynote-adobe - We are mutants
Michael Chaize
 
Multimania - Web Design Trends
Multimania - Web Design TrendsMultimania - Web Design Trends
Multimania - Web Design Trends
Michael Chaize
 
Feweb - Adobe et le Web Design
Feweb - Adobe et le Web DesignFeweb - Adobe et le Web Design
Feweb - Adobe et le Web Design
Michael Chaize
 
FITC 2014 Amsterdam - Adobe Apps for Web Designers in 2014
FITC 2014 Amsterdam - Adobe Apps for Web Designers in 2014FITC 2014 Amsterdam - Adobe Apps for Web Designers in 2014
FITC 2014 Amsterdam - Adobe Apps for Web Designers in 2014
Michael Chaize
 
Adobe gaming flash gamm michael
Adobe gaming flash gamm michaelAdobe gaming flash gamm michael
Adobe gaming flash gamm michael
Michael Chaize
 
Max2013 rejected apps presentation
Max2013   rejected apps presentationMax2013   rejected apps presentation
Max2013 rejected apps presentation
Michael Chaize
 
One backend multiple Screens
One backend multiple ScreensOne backend multiple Screens
One backend multiple Screens
Michael Chaize
 
Pocket agile challenge adobe mobile v1.0.pptx
Pocket agile   challenge adobe mobile v1.0.pptxPocket agile   challenge adobe mobile v1.0.pptx
Pocket agile challenge adobe mobile v1.0.pptx
Michael Chaize
 
Devoxx 2010: Develop mobile applications with Flex
Devoxx 2010: Develop mobile applications with FlexDevoxx 2010: Develop mobile applications with Flex
Devoxx 2010: Develop mobile applications with Flex
Michael Chaize
 
Flex et PHP pour développer des applications mobiles
Flex et PHP pour développer des applications mobilesFlex et PHP pour développer des applications mobiles
Flex et PHP pour développer des applications mobiles
Michael Chaize
 

Recently uploaded (20)

Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 

Ria2010 workshop dev mobile

  • 1. Nouveautés Flex, Flash Builder et AIR Michaël Chaize | Adobe Platform Evangelist ©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 2. Michaël Chaize @mchaize RIAgora.com ©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 2
  • 3. Les limites de Google translate ©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 3
  • 4. Menu du jour Flash Builder “Burrito” Flex “Hero” Adobe AIR ©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 4
  • 5. Flash Builder “Burrito” © 2010 Adobe Systems Incorporated. All Rights Reserved.
  • 6. Productivity features for AS3 Gener ate ev e ent h a m plat s ndler d e te e t hod Co m Renam e m ent e varia I mpl ble / fi le ide/ O verr Metad s / file ata cod e a cl as e com pletio en erat n G Quick Assists © 2010 Adobe Systems Incorporated. All Rights Reserved.
  • 7. Flex “Hero” © 2010 Adobe Systems Incorporated. All Rights Reserved.
  • 8. Flex “Hero” > les objectifs Application performantes sur smartphones Continuer de faire évoluer les composants Spark Améliorer le framework pour les applications d’envergure © 2010 Adobe Systems Incorporated. All Rights Reserved.
  • 9. <s:DataGrid> <s:DataGrid> § Basic skinning contract § Selection, hover, row/column separator, caret and row background graphics are skinnable § Support for native and custom item renderers § Single, multiple, cell & row-based selection § Supports dynamic data provider § Horizontal and vertical scrolling, integration with layout § User interaction via the mouse and keyboard © 2010 Adobe Systems Incorporated. All Rights Reserved. 9
  • 10. Anatomie de la Datagrid Caret Indicator Selection Indicator Hover Indicator Row Separator Column Separator Item Renderer © 2010 Adobe Systems Incorporated. All Rights Reserved. 10
  • 11. Anatomie de la Datagrid Sort Indicator Column Header Group Header Renderer Column Separator © 2010 Adobe Systems Incorporated. All Rights Reserved. 11
  • 12. <s:Form> § Spark Form § Advanced custom layout to support dynamic form columns that can appear “on the fly” (help content, required content indicators) § Horizontal and stacked layout support § Sequenced form items § Baseline alignment for form item content § Declarative skinning for normal, error, disabled and required states © 2010 Adobe Systems Incorporated. All Rights Reserved. 12
  • 13. <s:Image> § Spark Image § Skinning contract allows for custom image presentation § Provide an extensible caching and queueing mechanism for loading content § Enhancements to the BitmapImage primitive § Load remote or untrusted sources § Support high-quality scaling ContentCache § maxCacheEntries § enableQueuing § enableCaching § maxActiveRequests © 2010 Adobe Systems Incorporated. All Rights Reserved. 13
  • 14. Meilleure gestion des RSLs Hero RSL Enhancements § Compiler will smartly remove unnecessary RSLs (-remove-unused-rsls=true) § Compiler will recognize when RSLs have been loaded by the parent application reloading by child apps § Framework refactoring into more RSLs (improves SWF size and DayTrader.mxml startup time) AccountingModule.mx § Allow usage of RSLs when modifying core framework classes (ie: ml monkey-patching). framework.swc osmf.swc spark.swc sparkskins.swc © 2010 Adobe Systems Incorporated. All Rights Reserved. 14
  • 15. Advanced Capabilities Spark Module & ModuleLoader Module extends SkinnableContainer <s:Module> <mx:TabNavigator width="500" height="300"> <s:ModuleLoader label="Tab One" url="SparkModule1.swf"/> <s:ModuleLoader label="Tab Two" url="SparkModule2.swf"/> </mx:TabNavigator> © 2010 Adobe Systems Incorporated. All Rights Reserved. 15
  • 16. Advanced Capabilities Size Report <?xml version="1.0" encoding="UTF-8"?> <report> <swf size="74624" compressedSize="38485"> <headerData totalSize="533"> <data type="metaData" size="465"/> <data type="productInfo" size="28"/> </headerData> <frames totalSize="74091"> <frame name="_RTest_mx_managers_SystemManager" size="56409" frame="1"/> <frame name="RTest" size="17682" frame="2"/> </frames> © 2010 Adobe Systems Incorporated. All Rights Reserved. 16
  • 18. AIR extends the benefits of Flash Player ‣ Richer and more engaging user experiences out of the browser Geo-Location SQLite Application Update Framework ‣ Empower Flash developers Application Lifecycle to deploy applications in .AIR File format for multi-screen applications Enhanced Application Security model app catalogs Marketplace Distribution Mobile Hardware Softkey Support ‣ Leverage desktop AIR app File-System Access (if allowed) MediaLibrary API ecosystem Native Extensibility ‣ Shared codebase and porting with Flash Player ActionScript3 Support Memory, battery & CPU optimizations Audio/Video hardware decoding Optimized SWF management Multi-touch and Gestures Hardware Acceleration Mobile Text input © 2010 Adobe Systems Incorporated. All Rights Reserved.
  • 19. AIR for BlackBerry PlayBook WIN A PLAYBOOK !!! http://us.blackberry.com/developers/tablet/devresources.jsp © 2010 Adobe Systems Incorporated. All Rights Reserved.
  • 20. Mobile Applications in "Hero" s:Application s:MobileApplication s:TabbedMobileApplication © 2010 Adobe Systems Incorporated. All Rights Reserved. 20
  • 21. MobileApplication and TabbedMobileApplication § View stack metaphor § View § ViewNavigator / TabbedViewNavigator § Built-in mobile navigation experience § Action bar § Back button § Transitions § APIs © 2010 Adobe Systems Incorporated. All Rights Reserved. 21 1
  • 22. ViewNavigator API § navigator.pushView(); § navigator.popView(); § navigator.popToFirstView() § navigator.activeView; © 2010 Adobe Systems Incorporated. All Rights Reserved. 22 2
  • 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. 23 3
  • 24. Components that have Mobile Skins § Button § CheckBox § DataGroup § Group/HGroup/VGroup/TileGroup § Image/BitmapImage § Label List § RadioButton/RadioButtonGroup § Scroller § TextArea § TextInput © 2010 Adobe Systems Incorporated. All Rights Reserved. 24
  • 25. View Lifecycle View Destroyed View becomes User navigates active back to view Another view becomes active View Created View Recreated data § Alternative option: destructionPolicy=“none” © 2010 Adobe Systems Incorporated. All Rights Reserved. 25 3B
  • 26. Mobile ItemRenderers § MobileItemRenderer § MobileIconItemRenderer <s:MobileIconItemRenderer labelField="lastName" messageField="title" iconField="picture" decoratorClass=”phoneIcon"> © 2010 Adobe Systems Incorporated. All Rights Reserved. 26 4
  • 27. APIs pour le mobile © 2010 Adobe Systems Incorporated. All Rights Reserved. 27
  • 28. GEO APIs § Android Permission Required: <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses- permission android:name="android.permission.ACCESS_FINE_LOCATION" /> § Geolocation.isSupported § g.addEventListener(GeolocationEvent.UPDATE, callbackFunction); § GeolocationEvent: § altitude § heading § horizontalAccuracy § latitude § longitude § speed § timestamp § verticalAccuracy © 2010 Adobe Systems Incorporated. All Rights Reserved.
  • 29. Accelerometer APIs § Accelerometer.isSupported § a.addEventListener(AccelerometerEvent.UPDATE, callbackFunction); § AccelerometerEvent: § accelerationX § accelerationY § accelerationZ § timestamp © 2010 Adobe Systems Incorporated. All Rights Reserved.
  • 30. Multi-Touch APIs § Android manifest change: <uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch"/> § Gesture OR Multitouch --- Multitouch.inputMode § MultitouchInputMode.GESTURE § MultitouchInputMode.TOUCH_POINT § TransformGestureEvent § TouchEvent § GESTURE_PAN § TOUCH_BEGIN § GESTURE_ROTATE § TOUCH_END § GESTURE_SWIPE § TOUCH_MOVE § GESTURE_ZOOM § TOUCH_OUT § GestureEvent.GESTURE_TWO_FINGER_TAP § TOUCH_OVER § PressAndTapGestureEvent.GESTURE_PRESS_AND_TAP § TOUCH_ROLL_OUT § TOUCH_ROLL_OVER § TOUCH_TAP © 2010 Adobe Systems Incorporated. All Rights Reserved.
  • 31. Remote Data § Android Permission Required: <uses-permission android:name="android.permission.INTERNET"/> § Standard Flex Networking Libraries: § HTTPService § WebService § RemoteObject © 2010 Adobe Systems Incorporated. All Rights Reserved.
  • 32. Full Screen & Orientation § stage.displayState = StageDisplayState.NORMAL § stage.displayState = StageDisplayState.FULL_SCREEN § stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE § StageOrientationEvent: stage.addEventListener(StageOrientationEvent.ORIENTATION_CHANGE, callbackFunction); § foo-app.xml: <initialWindow> <autoOrients>true</autoOrients> © 2010 Adobe Systems Incorporated. All Rights Reserved.
  • 33. Camera Access § Camera - Raw camera feed <uses-permission android:name="android.permission.CAMERA" /> <uses-feature android:name="android.hardware.camera" android:required="true"/> <uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/> <uses-feature android:name="android.hardware.camera.flash" android:required="false"/> § CameraUI - Native Camera App var cameraUI:CameraUI = new CameraUI(); cameraUI.launch(MediaType.IMAGE); § CameraRoll - Choose photos from the device's camera roll var cameraRoll:CameraRoll = new CameraRoll(); cameraRoll.browseForImage(); cameraRoll.addBitmapData(bd); © 2010 Adobe Systems Incorporated. All Rights Reserved. 33
  • 34. Native App Integration § Open Email, Browser, Maps, Phone, or SMS § navigateToURL(new URLRequest('mailto:[email protected]')); § navigateToURL(new URLRequest('http://www.jamesward.com')); § navigateToURL(new URLRequest('http://maps.google.com/')); § navigateToURL(new URLRequest('tel:1234567890')); § navigateToURL(new URLRequest('sms:1234567890')); © 2010 Adobe Systems Incorporated. All Rights Reserved. 34
  • 35. Local DB APIs § SQLite - Nothing different than AIR for the Desktop § SQLConnection § Sync and/or Async connections § SQLStatement § Prepared Statements: var stmt:SQLStatement = new SQLStatement(); stmt.sqlConnection = FlexGlobals.topLevelApplication['sqlConnection']; stmt.text = "INSERT into giberish values(:giberish)"; stmt.parameters[":giberish"] = g.text; stmt.execute(); © 2010 Adobe Systems Incorporated. All Rights Reserved.
  • 36. StageWebView § Requires Android INTERNET permission: <uses-permission android:name="android.permission.INTERNET" /> § WebStageView.isSupported var swv:StageWebView = new StageWebView(); swv.viewPort = new Rectangle(0, stage.height - height, width, height); swv.stage = stage; swv.loadURL("http://www.jamesward.com"); © 2010 Adobe Systems Incorporated. All Rights Reserved. 36
  • 37. Deployment § ADT is the AIR packager (apk target only available in AIR 2.5): adt -package -target apk -storetype pkcs12 -keystore a.p12 a.apk a-app.xml a.swf § ADB is the Android SDK deployer adb install -r a.apk © 2010 Adobe Systems Incorporated. All Rights Reserved. 37
  • 38. Debugging § adb logcat § trace() and errors - only with apk-debug target © 2010 Adobe Systems Incorporated. All Rights Reserved. 38
  • 39. Deploying to the Android Market © 2010 Adobe Systems Incorporated. All Rights Reserved. 39
  • 40. LET’S CODE A FLEX MOBILE APP © 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
  • 41. labs.adobe.com Download Flash Builder “Burrito” and Flex “Hero” Get the source code of Tour de Mobile Flex Check the Flex “Hero” tutorials on developer.adobe.com Free Flex 4 trainings in Belgium and seminars http://bit.ly/ria_update
  • 42. Si vous souhaitez me contacter @mchaize RIAgora.com ©2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 42