SlideShare une entreprise Scribd logo
1  sur  78
AIR for Android
 - AIR                   -




         @itsuki_kosen
×
What is AIR ... ?
What can we do ... ?
How to Develop ... ?
introduction
Kazuki TADA
a.k.a.

itsuki_kosen
itsukichang
LOVE Flash

#FxUG   #wcaf   #kosen-conf
itsukichang.com
What is AIR ... ?
What can we do ... ?
How to Develop ... ?
What is AIR ... ?
   - AIR     -
OS
Ver 2.0
ver   2.0
for
iPhone (iOS)
ver   2.0
for
iPhone (iOS)
ver   2.5
for
Android

→iOS    API
k
ver   2.6
for
Android
iPhone (iOS)
ver2.0   2.5   2.6
.app
※AIR   iOS



.apk
※            .apk   AIR
AIR ver
          2.0 / 2.5         2.6
                      Retina
          GPS
                      HTML




                      HTML
          GPS
                      USB
ver 2.6
iOS 4.0                Android2.2
                           •   HTC Desire HD
• iPhone 3GS, iPhone 4
                           •   Nexus one
• iPad
                           •   Galaxy S
• iPod Touch    3
                           •   Galaxy Tab    ...
What is AIR ... ?
What can we do ... ?
How to Develop ... ?
What can we do ... ?
  -   AIR        -
AIR ver
          2.0 / 2.5         2.6
                      Retina
          GPS
                      HTML




                      HTML
          GPS
                      USB
API
FlashPlayer 10.1 ~
GPS



HTML
GPS



HTML
CLICK        TOUCH_TAP
MOUSE_UP     TOUCH_BEGIN
MOUSE_DOWN   TOUCH_END
MOUSE_MOVE   TOUCH_MOVE
MOUSE_OVER   TOUCH_OVER
MOUSE_OUT    TOUCH_OUT
import flash.events.TouchEvent
import flash.event.TouchEvents;

var sp:Sprite = new Sprite();
sp.graphcs.beginFill(0xff0000);
sp.graphics.drawCircle(100,100,100);
sp.graphics.endFill();
addChild(sp);

sp.addEventListener(TouchEvent.TOUCH_TAP, onTap);

function onTap(e:TouchEvent):void {
  trace(“TAP Done.”);
}
import flash.ui.Multitouch
import flash.events.GestureEvent
import flash.ui.Multitouch




  ※
import flash.events.GestureEvent




※SWIP,ZOOM,PAN
import flash.ui.Multitouch
import flash.events.GestureEvent

Multitouch.inputMode = MultitouchInputMode.GESTURE;

var sp = new Sprite();
sp.addEventListener(GestureEvent.GESTURE_TWO_FINGER_TAP , onTap);
sp.graphics.beginFill(0x336699);
sp.graphics.drawRect(0, 0, 100, 80);
addChild(sp);

function onTap(e:GestureEvent):void {
  e.target.rotation -= 45;
}
import flash.events.TransFormGestureEvent




            ※SWIP,ZOOM,PAN
import flash.events.GestureEvent
import flash.events.TransFormGestureEvent

Multitouch.inputMode = MultitouchInputMode.GESTURE;

if (! Multitouch.supportsGestureEvents) {
    txtFld = "                                             ";
}
else {
    txtFld = "                                        ";
    addEventListener(TransformGestureEvent.GESTURE_SWIPE, onSwipe);
}
import flash.events.AccelerometerEvent
var accl : Accelerometer;
accl = new Accelerometer();

if( Accelerometer.isSupported ) {
    trace(“          ”);
}
var accl : Accelerometer;

accl = new Accelerometer();
accl.setRequestedUpdateInterval(50);
accl.addEventListener(AccelerometerEvent.UPDATE, onUpdate);

function onUpdate(e:AccelerometerEvent):void {
  txtFld.text =

  "X: " + e.accelerationX + "n" +
" "Y: " + e.accelerationY + "n" +
" "Z: " + e.accelerationZ;
}
What is AIR ... ?
What can we do ... ?
How to Develop ... ?
How to Develop ... ?
 - AIR              -



          Android
Flash CS5               Flash Builder Burrito   AIR SDK
(with extension for air)        (Flex SDK Hero)
Flash



Flash CS5   UI   API     )
AIR for Android
GUI
(     )
15 lines.
    -3lines
    -3lines
    -2lines * 2 + 3lines
    -2lines
+
Flash CS5       extension for air
+   3.31

Flash CS5       extension for air
Flash CS5.5


Coming soon...
Flash


                        UI   API     )
Flash Builder Burrito
new
Flex SDK “ Hero ”   (   )
Spark DataGrid
                    Spark Image
new                 Spark BitmapImage
Flex SDK “ Hero ”   Spark Form
                    Spark
                    MobileApplication
FlashBuilder

                        SDK Hero
Flash Builder Burrito

※Adobe Labs   DL
Flash Builder
Flash Builder 4.5


Coming soon...
AIR

for Mobile     .


       Flash
What is AIR ... ?
What can we do ... ?
How to Develop ... ?
OMAKE ... !
?

.5
AIR
.5

      UI
Flash   ...
UI

Hero
AIR for Android
 - AIR                   -




         @itsuki_kosen
@itsuki_kosen

Contenu connexe

En vedette

Periodic trends
Periodic trendsPeriodic trends
Periodic trendsTia Hohler
 
The periodic table classification
The periodic table classificationThe periodic table classification
The periodic table classificationMiles Cawley
 
Ncert-solutions-for-class11-chemistry
Ncert-solutions-for-class11-chemistryNcert-solutions-for-class11-chemistry
Ncert-solutions-for-class11-chemistryncertsolutions
 
Chem unit 5 presentation
Chem unit 5 presentationChem unit 5 presentation
Chem unit 5 presentationbobcatchemistry
 
Chemistry - Chp 11 - Chemical Reactions - PowerPoint
Chemistry - Chp 11 - Chemical Reactions - PowerPointChemistry - Chp 11 - Chemical Reactions - PowerPoint
Chemistry - Chp 11 - Chemical Reactions - PowerPointMr. Walajtys
 
Periodic table trends power point presentation
Periodic table trends power point presentationPeriodic table trends power point presentation
Periodic table trends power point presentationHoratio55
 
Periodic Trends
Periodic TrendsPeriodic Trends
Periodic Trendsmscang
 
Chemical Equilibrium
Chemical EquilibriumChemical Equilibrium
Chemical Equilibriumclayqn88
 
The modern periodic table
The modern periodic tableThe modern periodic table
The modern periodic tablemaryjane0116
 
Periodic Trends of the Elements
Periodic Trends of the ElementsPeriodic Trends of the Elements
Periodic Trends of the Elementswalt sautter
 
Periodic Table 2
Periodic Table 2Periodic Table 2
Periodic Table 2wraithxjmin
 
Trends in the periodic table
Trends in the periodic tableTrends in the periodic table
Trends in the periodic tablechan_sicat14
 
Classification of Elements
Classification of ElementsClassification of Elements
Classification of Elementsshawnkenneth
 
Trends in the periodic table
Trends in the periodic tableTrends in the periodic table
Trends in the periodic tableJessi Dildy
 
Chemistryppt chemical equilibrium
Chemistryppt chemical equilibriumChemistryppt chemical equilibrium
Chemistryppt chemical equilibriumAnkit Agarwal
 
Periodic classification of elements
Periodic classification of elementsPeriodic classification of elements
Periodic classification of elementsAnmol Pant
 
Periodic classification of elements
Periodic classification of elementsPeriodic classification of elements
Periodic classification of elementsManbeer Kathuria
 

En vedette (20)

Periodic trends
Periodic trendsPeriodic trends
Periodic trends
 
The periodic table classification
The periodic table classificationThe periodic table classification
The periodic table classification
 
Ppt periodic trends
Ppt periodic trendsPpt periodic trends
Ppt periodic trends
 
Ncert-solutions-for-class11-chemistry
Ncert-solutions-for-class11-chemistryNcert-solutions-for-class11-chemistry
Ncert-solutions-for-class11-chemistry
 
Chem unit 5 presentation
Chem unit 5 presentationChem unit 5 presentation
Chem unit 5 presentation
 
Chemistry - Chp 11 - Chemical Reactions - PowerPoint
Chemistry - Chp 11 - Chemical Reactions - PowerPointChemistry - Chp 11 - Chemical Reactions - PowerPoint
Chemistry - Chp 11 - Chemical Reactions - PowerPoint
 
Periodic table trends power point presentation
Periodic table trends power point presentationPeriodic table trends power point presentation
Periodic table trends power point presentation
 
Periodic Trends
Periodic TrendsPeriodic Trends
Periodic Trends
 
Chemical Equilibrium
Chemical EquilibriumChemical Equilibrium
Chemical Equilibrium
 
Periodic trends
Periodic trendsPeriodic trends
Periodic trends
 
The modern periodic table
The modern periodic tableThe modern periodic table
The modern periodic table
 
Periodic Trends of the Elements
Periodic Trends of the ElementsPeriodic Trends of the Elements
Periodic Trends of the Elements
 
Periodic Table 2
Periodic Table 2Periodic Table 2
Periodic Table 2
 
Trends in the periodic table
Trends in the periodic tableTrends in the periodic table
Trends in the periodic table
 
Classification of Elements
Classification of ElementsClassification of Elements
Classification of Elements
 
Trends in the periodic table
Trends in the periodic tableTrends in the periodic table
Trends in the periodic table
 
Chemistryppt chemical equilibrium
Chemistryppt chemical equilibriumChemistryppt chemical equilibrium
Chemistryppt chemical equilibrium
 
Periodic classification of elements
Periodic classification of elementsPeriodic classification of elements
Periodic classification of elements
 
Chapter 11 equilibrium lecture notes
Chapter 11 equilibrium lecture notesChapter 11 equilibrium lecture notes
Chapter 11 equilibrium lecture notes
 
Periodic classification of elements
Periodic classification of elementsPeriodic classification of elements
Periodic classification of elements
 

Similaire à about "AIR for Android" (at FxUG No135 in Toyama.)

Creating Flash Content for Multiple Screens
Creating Flash Content for Multiple ScreensCreating Flash Content for Multiple Screens
Creating Flash Content for Multiple Screenspaultrani
 
A Love letter to flash
A Love letter to flashA Love letter to flash
A Love letter to flashFITC
 
Flash for Mobile Devices
Flash for Mobile DevicesFlash for Mobile Devices
Flash for Mobile Devicespaultrani
 
Android Flash Development
Android Flash DevelopmentAndroid Flash Development
Android Flash DevelopmentStephen Chin
 
Android Flash Development
Android Flash DevelopmentAndroid Flash Development
Android Flash DevelopmentStephen Chin
 
Adobe AIR 2.5 Beta for Android
Adobe AIR 2.5 Beta for AndroidAdobe AIR 2.5 Beta for Android
Adobe AIR 2.5 Beta for AndroidMark Doherty
 
GITS Class #17: Coding Multiple Apps with Flutter
GITS Class #17: Coding Multiple Apps with FlutterGITS Class #17: Coding Multiple Apps with Flutter
GITS Class #17: Coding Multiple Apps with FlutterGITS Indonesia
 
Firefox OS, the Open Web & WebAPIs - Geek Meet Västerås
Firefox OS, the Open Web & WebAPIs - Geek Meet VästeråsFirefox OS, the Open Web & WebAPIs - Geek Meet Västerås
Firefox OS, the Open Web & WebAPIs - Geek Meet VästeråsRobert Nyman
 
(Christian heilman) firefox
(Christian heilman) firefox(Christian heilman) firefox
(Christian heilman) firefoxNAVER D2
 
Developing for Xoom with Flash and AIR
Developing for Xoom with Flash and AIRDeveloping for Xoom with Flash and AIR
Developing for Xoom with Flash and AIRTerry Ryan
 
Build your first Monster APP
Build your first Monster APPBuild your first Monster APP
Build your first Monster APP2600Hz
 
Firefox OS, the Open Web & WebAPIs - HTML5DevConf, San Francisco
Firefox OS, the Open Web & WebAPIs - HTML5DevConf, San FranciscoFirefox OS, the Open Web & WebAPIs - HTML5DevConf, San Francisco
Firefox OS, the Open Web & WebAPIs - HTML5DevConf, San FranciscoRobert Nyman
 
Lecture 12 - Maps, AR_VR_aaaaHardware.pptx
Lecture 12 - Maps, AR_VR_aaaaHardware.pptxLecture 12 - Maps, AR_VR_aaaaHardware.pptx
Lecture 12 - Maps, AR_VR_aaaaHardware.pptxNgLQun
 
Developing AIR for Mobile with Flash Professional CS5.5
Developing AIR for Mobile with Flash Professional CS5.5Developing AIR for Mobile with Flash Professional CS5.5
Developing AIR for Mobile with Flash Professional CS5.5Chris Griffith
 
Getting Started with Adobe AIR 1.5
Getting Started with Adobe AIR 1.5Getting Started with Adobe AIR 1.5
Getting Started with Adobe AIR 1.5Elad Elrom
 
How dorma+kaba leverages and deploys on CloudFoundry - CloudFoundry Summit Eu...
How dorma+kaba leverages and deploys on CloudFoundry - CloudFoundry Summit Eu...How dorma+kaba leverages and deploys on CloudFoundry - CloudFoundry Summit Eu...
How dorma+kaba leverages and deploys on CloudFoundry - CloudFoundry Summit Eu...Adriano Raiano
 
Bringing the Open Web & APIs to 
mobile devices with Firefox OS - GOTO confer...
Bringing the Open Web & APIs to 
mobile devices with Firefox OS - GOTO confer...Bringing the Open Web & APIs to 
mobile devices with Firefox OS - GOTO confer...
Bringing the Open Web & APIs to 
mobile devices with Firefox OS - GOTO confer...Robert Nyman
 
Enterprise AIR Development for JavaScript Developers
Enterprise AIR Development for JavaScript DevelopersEnterprise AIR Development for JavaScript Developers
Enterprise AIR Development for JavaScript DevelopersAndreCharland
 
Bringing the Open Web & APIs to 
mobile devices with Firefox OS, JSFoo, India
Bringing the Open Web & APIs to 
mobile devices with Firefox OS, JSFoo, IndiaBringing the Open Web & APIs to 
mobile devices with Firefox OS, JSFoo, India
Bringing the Open Web & APIs to 
mobile devices with Firefox OS, JSFoo, IndiaRobert Nyman
 

Similaire à about "AIR for Android" (at FxUG No135 in Toyama.) (20)

Creating Flash Content for Multiple Screens
Creating Flash Content for Multiple ScreensCreating Flash Content for Multiple Screens
Creating Flash Content for Multiple Screens
 
A Love letter to flash
A Love letter to flashA Love letter to flash
A Love letter to flash
 
Flash for Mobile Devices
Flash for Mobile DevicesFlash for Mobile Devices
Flash for Mobile Devices
 
Android Flash Development
Android Flash DevelopmentAndroid Flash Development
Android Flash Development
 
Android Flash Development
Android Flash DevelopmentAndroid Flash Development
Android Flash Development
 
Adobe AIR 2.5 Beta for Android
Adobe AIR 2.5 Beta for AndroidAdobe AIR 2.5 Beta for Android
Adobe AIR 2.5 Beta for Android
 
GITS Class #17: Coding Multiple Apps with Flutter
GITS Class #17: Coding Multiple Apps with FlutterGITS Class #17: Coding Multiple Apps with Flutter
GITS Class #17: Coding Multiple Apps with Flutter
 
Firefox OS, the Open Web & WebAPIs - Geek Meet Västerås
Firefox OS, the Open Web & WebAPIs - Geek Meet VästeråsFirefox OS, the Open Web & WebAPIs - Geek Meet Västerås
Firefox OS, the Open Web & WebAPIs - Geek Meet Västerås
 
(Christian heilman) firefox
(Christian heilman) firefox(Christian heilman) firefox
(Christian heilman) firefox
 
Developing for Xoom with Flash and AIR
Developing for Xoom with Flash and AIRDeveloping for Xoom with Flash and AIR
Developing for Xoom with Flash and AIR
 
Build your first Monster APP
Build your first Monster APPBuild your first Monster APP
Build your first Monster APP
 
Firefox OS, the Open Web & WebAPIs - HTML5DevConf, San Francisco
Firefox OS, the Open Web & WebAPIs - HTML5DevConf, San FranciscoFirefox OS, the Open Web & WebAPIs - HTML5DevConf, San Francisco
Firefox OS, the Open Web & WebAPIs - HTML5DevConf, San Francisco
 
Lecture 12 - Maps, AR_VR_aaaaHardware.pptx
Lecture 12 - Maps, AR_VR_aaaaHardware.pptxLecture 12 - Maps, AR_VR_aaaaHardware.pptx
Lecture 12 - Maps, AR_VR_aaaaHardware.pptx
 
Developing AIR for Mobile with Flash Professional CS5.5
Developing AIR for Mobile with Flash Professional CS5.5Developing AIR for Mobile with Flash Professional CS5.5
Developing AIR for Mobile with Flash Professional CS5.5
 
Getting Started with Adobe AIR 1.5
Getting Started with Adobe AIR 1.5Getting Started with Adobe AIR 1.5
Getting Started with Adobe AIR 1.5
 
Hybrid HTML5 Apps
Hybrid HTML5 AppsHybrid HTML5 Apps
Hybrid HTML5 Apps
 
How dorma+kaba leverages and deploys on CloudFoundry - CloudFoundry Summit Eu...
How dorma+kaba leverages and deploys on CloudFoundry - CloudFoundry Summit Eu...How dorma+kaba leverages and deploys on CloudFoundry - CloudFoundry Summit Eu...
How dorma+kaba leverages and deploys on CloudFoundry - CloudFoundry Summit Eu...
 
Bringing the Open Web & APIs to 
mobile devices with Firefox OS - GOTO confer...
Bringing the Open Web & APIs to 
mobile devices with Firefox OS - GOTO confer...Bringing the Open Web & APIs to 
mobile devices with Firefox OS - GOTO confer...
Bringing the Open Web & APIs to 
mobile devices with Firefox OS - GOTO confer...
 
Enterprise AIR Development for JavaScript Developers
Enterprise AIR Development for JavaScript DevelopersEnterprise AIR Development for JavaScript Developers
Enterprise AIR Development for JavaScript Developers
 
Bringing the Open Web & APIs to 
mobile devices with Firefox OS, JSFoo, India
Bringing the Open Web & APIs to 
mobile devices with Firefox OS, JSFoo, IndiaBringing the Open Web & APIs to 
mobile devices with Firefox OS, JSFoo, India
Bringing the Open Web & APIs to 
mobile devices with Firefox OS, JSFoo, India
 

Plus de Kazuki Tada

UI animation's theory
UI animation's theoryUI animation's theory
UI animation's theoryKazuki Tada
 
spcamp2011lang itsukichang
spcamp2011lang itsukichangspcamp2011lang itsukichang
spcamp2011lang itsukichangKazuki Tada
 
FlashCatalystのススメ
FlashCatalystのススメFlashCatalystのススメ
FlashCatalystのススメKazuki Tada
 
Progression勉強会in福井
Progression勉強会in福井Progression勉強会in福井
Progression勉強会in福井Kazuki Tada
 

Plus de Kazuki Tada (6)

UI animation's theory
UI animation's theoryUI animation's theory
UI animation's theory
 
spcamp2011lang itsukichang
spcamp2011lang itsukichangspcamp2011lang itsukichang
spcamp2011lang itsukichang
 
Flashの今。
Flashの今。Flashの今。
Flashの今。
 
FlashCatalystのススメ
FlashCatalystのススメFlashCatalystのススメ
FlashCatalystのススメ
 
Progression勉強会in福井
Progression勉強会in福井Progression勉強会in福井
Progression勉強会in福井
 
石川合宿
石川合宿石川合宿
石川合宿
 

Dernier

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 

Dernier (20)

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

about "AIR for Android" (at FxUG No135 in Toyama.)

Notes de l'éditeur

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. \n
  36. \n
  37. \n
  38. \n
  39. \n
  40. \n
  41. \n
  42. \n
  43. \n
  44. \n
  45. \n
  46. \n
  47. \n
  48. \n
  49. \n
  50. \n
  51. \n
  52. \n
  53. \n
  54. \n
  55. \n
  56. \n
  57. \n
  58. \n
  59. \n
  60. \n
  61. \n
  62. \n
  63. \n
  64. \n
  65. \n
  66. \n
  67. \n
  68. \n
  69. \n
  70. \n
  71. \n
  72. \n
  73. \n
  74. \n
  75. \n
  76. \n
  77. \n
  78. \n