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

The periodic table classification
The periodic table classificationThe periodic table classification
The periodic table classification
Miles Cawley
 
Chem unit 5 presentation
Chem unit 5 presentationChem unit 5 presentation
Chem unit 5 presentation
bobcatchemistry
 
Chemistry - Chp 11 - Chemical Reactions - PowerPoint
Chemistry - Chp 11 - Chemical Reactions - PowerPointChemistry - Chp 11 - Chemical Reactions - PowerPoint
Chemistry - Chp 11 - Chemical Reactions - PowerPoint
Mr. Walajtys
 
Periodic table trends power point presentation
Periodic table trends power point presentationPeriodic table trends power point presentation
Periodic table trends power point presentation
Horatio55
 
Chemical Equilibrium
Chemical EquilibriumChemical Equilibrium
Chemical Equilibrium
clayqn88
 
Periodic Table 2
Periodic Table 2Periodic Table 2
Periodic Table 2
wraithxjmin
 
Trends in the periodic table
Trends in the periodic tableTrends in the periodic table
Trends in the periodic table
chan_sicat14
 
Chemistryppt chemical equilibrium
Chemistryppt chemical equilibriumChemistryppt chemical equilibrium
Chemistryppt chemical equilibrium
Ankit Agarwal
 

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.)

Android Flash Development
Android Flash DevelopmentAndroid Flash Development
Android Flash Development
Stephen Chin
 
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
Robert Nyman
 
(Christian heilman) firefox
(Christian heilman) firefox(Christian heilman) firefox
(Christian heilman) firefox
NAVER D2
 
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
Robert 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.pptx
NgLQun
 
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
 
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
Robert 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 (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

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Dernier (20)

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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

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