Английская Википедия:Adobe AIR

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Primary sources Шаблон:Use mdy dates Шаблон:Infobox software Adobe AIR (also known as Adobe Integrated Runtime and codenamed Apollo) is a cross-platform runtime system currently developed by Harman International, in collaboration with Adobe Inc., for building desktop applications and mobile applications, programmed using Adobe Animate, ActionScript, and optionally Apache Flex. It was originally released in 2008. The runtime supports installable applications on Windows, macOS, and mobile operating systems, including Android, iOS, and BlackBerry Tablet OS.

AIR is a runtime environment that allows Adobe Animate content and ActionScript 3.0 coders to construct applications and video games that run as a stand-alone executable and behave similar to a native application on supported platforms. An HTML5 application used in a browser does not require installation, while AIR applications require installation from an installer file (Windows and OS X) or the appropriate App Store (iOS and Android). AIR applications have unrestricted access to local storage and file systems, while browser-based applications only have access to individual files selected by users.[1]

AIR internally uses a shared codebase with the Flash Player rendering engine and ActionScript 3.0 as the primary programming language. Applications must specifically be built for AIR to use additional features provided, such as multi-touch, file system integration, native client extensions, integration with Taskbar or Dock, and access to accelerometer and GPS devices.[2] HTML5 applications may run on the WebKit engine included in AIR.

Notable applications built with Adobe AIR include eBay Desktop, Pandora One desktop,[3][4] TweetDeck,[5] the former Adobe Media Player,[5] Angry Birds,[6] and Machinarium,[7] among other multimedia and task management applications.[8] According to Adobe, over 100,000 unique applications have been built on AIR, and over 1 billion installations of the same were logged from users across the world, as of May 2014.[9][10] Adobe AIR was voted as the Best Mobile Application Development product at the Consumer Electronics Show for two consecutive years (CES 2014 and CES 2015).[11][12]

In June 2019, Adobe announced it would begin transitioning ongoing support and development of Adobe AIR to Harman. Adobe will continue to provide support for versions 32 and earlier until the end of 2020, as support will be managed by Harman.[13] Шаблон:TOC limit

Features

Using AIR, developers can access functionality including text, vector graphics, raster graphics, video, audio, camera, and microphone capability. AIR also includes additional features such as file system integration, native client extensions, desktop integration and access to connected devices. AIR enables applications to work with data in different ways, including using local files, local SQLite databases (for which AIR has built-in support), a database server, or the encrypted local store included with AIR.

Developers can access additional functionality by building AIR Native Extensions, which can access full device functionality being programmed in the native language.[14]

Desktop features

On desktop platforms, AIR supports:

  • Window management – Opening multiple windows, minimizing, maximizing and resizing AIR windows.[15]
  • Menu bar – Adding a native menu bar to AIR windows, with sub menus and custom menu items.[16]
  • File management – Discovering drives, files and folders on the PC, creating and deleting files, renaming, copying and moving files.[17]
  • Console applications – Executing native applications with command-line arguments, and receiving feedback via standard I/O & error streams.[18]
  • Multithreading – Managing multiple threads, to execute ActionScript 3 code in the background without freezing the user interface.[19]
  • Web browser – View HTML web pages with full CSS and JavaScript support within applications, with the integrated WebKit-based web browser.[20]
  • Clipboard access – Programmatically copy or paste text, bitmaps or files into the system clipboard.[21]
  • Drag-and-drop – Allows users to drag text, bitmaps or files into AIR applications.[22]

Mobile features

On mobile platforms, AIR supports many mobile hardware features:

3D graphics

In 2011, the addition of Stage3D allowed AIR apps access to GPUs for hardware acceleration. Several third-party frameworks have been developed to build upon the functionality of Stage3D, including the Starling Framework and Away3D. These frameworks are also compatible with AIR, and provide vital performance improvements to AIR apps published for mobile devices.

AIR Native Extensions

AIR apps can be augmented in functionality with the usage of AIR Native Extensions (ANEs). Native extensions are plug-in code libraries that contain native code wrapped with an ActionScript API,[27] allowing developers to access native features not otherwise usable in AIR, such as Apple Game Center or Google Cloud Messaging.

Native extensions may be developed by anyone using publicly available tools;[28] some are distributed for free or even as open source, while others are sold commercially.[29]

Native extensions may be programmed in the native language on each platform, allowing access to the full set of platform APIs provided by the developer. (C++ for Windows, Java and C++ for Android, Objective-C for iOS).[14]

Availability

AIR is a cross-platform technology and AIR applications can be repackaged with few or no changes for many popular desktop and mobile platforms. Different installation options exist for each platform.

AIR applications may be published with or without the AIR runtime. Applications packaged with the AIR runtime are larger in file size, and are known as "captive runtime" applications.[30] If the runtime is not embedded in the app, it must be installed separately.

In January 2009, Adobe claimed that there were over 100 million installations of Adobe AIR worldwide, and that "the majority of AIR runtime installations occur at the time the first AIR application is installed by a user".[31] In May 2014, Adobe claimed that over 100,000 unique applications were built on AIR, and over 1 billion installations of the same were logged from users across the world.[9][10]

Platforms

Adobe AIR, version 32, contains Adobe Flash Player 32, and is available for Windows 7 and later, as well as OS X 10.9 and later.[32] Desktop Linux distributions were available until June 2011 with version 2.6, which ended Linux support.[33]

Adobe AIR applications can be published as native phone applications on certain mobile operating systems, such as Android (ARM Cortex-A8 and above[34]) and Apple iOS.[35] In May 2017, Adobe stopped releasing AIR for Android, and the app was eventually removed from the Play Store in September 2018, but it can still be downloaded through their website.[36] After Adobe's transition of AIR to Harman, they resumed support for Android and the latest version is only available there.[37]

Platform Installer file support App store support
Windows .air, .exe and .msi[30][38] None
macOS .air and .dmg[38] App Store (with captive runtime)[39]
Android .apk[40] Google Play[40]
iOS .ipa[41] App Store[41]
Playbook .bar[42] App World[42]

The following table explains to what extent Adobe AIR can run on various mobile operating systems:

Operating system Prerequisites Latest Adobe Flash Player AIR Framework
Android Android 2.3+, ARM Cortex-A8+[43] or Android x86[44] AIR 3.6.0.597 (uses Flash Player 11.6)[45] Option 1: The AIR player can be embedded as a 'captive' runtime, which increases APK size but makes the application standalone.[46]

Option 2: The runtime is not included with the app, and must installed as a separate app from the app market.[47]

Apple iOS iOS 4.3 or later AIR 3.6.0.597 (uses Flash Player 11.6)[45] Not applicable: each app includes its own 'captive' runtime.[48]
BlackBerry Tablet OS None AIR 3.1 (uses Flash Player 11.1)[49][50] Already pre-installed on each device.[48]
BlackBerry 10 Blackberry 10.2 and lower (no longer supported from 10.3)[51] AIR 3.5 (uses Flash Player 11.1)Шаблон:Citation needed Already pre-installed on each device.

Application development

AIR runs applications within a contained Flash Player instance. It runs web applications via WebKit rendering engine. Multiple instances of the browser can be started within a single AIR application, but JavaScript content executes with some security limitations.

AIR does not provide direct access to native GUI elements such as navigation bars or controls. Native extensions can be used to access additional native resources.

Development tools

SDK

The AIR SDK is available as a free standalone download for software developers to make AIR applications.[52] SDK users do not need to install any commercial software to use the SDK, although several options are available. AIR apps can be compiled from the command line using the AIR compiler included in the SDK; the compiler can also be called from an IDE to eliminate the need for the command line.

AIR can also be used with Adobe Flex.[53] Flex is an integrated collection of stylable graphical user interface, data manipulation and networking components, and applications built upon it are known as "Flex" applications. Flex GUIs are defined in MXML, similar to how Android and Microsoft Visual Studio define GUIs; however, Flex does not give access to native GUI components.

AIR applications built without the Flex framework allow greater flexibility and performance, and are known as "pure ActionScript" applications.[54][55][56] Video games built on the AIR platform are typically pure-Actionscript projects. Various open-source component frameworks are available for pure ActionScript projects, such as MadComponents, that provide UI Components at significantly smaller SWF file sizes.[57][58]

Software

Adobe distributes three commercial software products for developing of AIR applications in ActionScript:

Third-party development environments that target the AIR runtime are also available, including:

  • Moonshine IDE, a free IDE built with Apache Flex and Adobe Air. It can be used to create ActionScript 3, Apache Flex, Apache Royale and Feathers projects from Moonshine. It also provides cloud support.
  • FlashDevelop, an open-source Flash ActionScript IDE, which includes a debugger for AIR applications
  • Powerflasher FDT, a commercial ActionScript IDE
  • CodeDrive, an extension to Microsoft Visual Studio 2010 for ActionScript 3 development and debugging
  • IntelliJ IDEA, a commercial IDE supporting ActionScript 3 development and debugging
  • AS3 & MXML for VSCode, a powerful extension capable to turn the popular Microsoft free editor Visual Studio Code in a complete AIR IDE

Adobe Flash Builder is the premium tool for Flex application development, since it includes an integrated drag-and-drop user interface builder, not found in competing tools like FlashDevelop.[59]

JavaScript applications

Adobe provides for AIR, HTML5 and JavaScript development with Adobe Dreamweaver CS5, although any other HTML editor or text editor can be used.[60]

AIR can run a subset of JavaScript, with no ability to dynamically execute code when running in the application sandbox. According to Adobe, this restriction is designed to prevent malicious remote content from attacking a user's system.[61] Because of this restriction, JavaScript frameworks that make use of dynamic JavaScript functions like eval() were not initially compatible with AIR. However, several frameworks including Dojo Toolkit,Шаблон:Citation needed jQuery,Шаблон:Citation needed and ExtJSШаблон:Citation needed were updated to run in AIR's application sandbox. Some frameworks like MooTools were already compatible.Шаблон:Citation needed

Dreamweaver CS4/CS3 requires an additional extension to compile AIR applications,[62] as does Flash CS3 in the form of an update.[63]

References

Шаблон:Reflist

External links

Шаблон:Adobe Flash Шаблон:Adobe Systems Шаблон:Rich web applications

Шаблон:Authority control

  1. Шаблон:Cite web
  2. Adobe AIR 3, Adobe
  3. Шаблон:Cite web
  4. Top 10 Apps Worth Installing Adobe AIR For, LifeHacker
  5. 5,0 5,1 10 impressive Adobe AIR apps, CNET
  6. Flash Games Showcased at Adobe MAX- Rovio’s Angry Birds & Epic Games, Adobe Digital Media Blog
  7. Adobe AIR showcase apps for mobile developers, Adobe Developer Connection
  8. 60+ Useful Adobe AIR Applications You Should Know, HongKiat.com
  9. 9,0 9,1 AIR app installs cross a billion, Adobe AIR and Adobe Flash Player Team Blog
  10. 10,0 10,1 1 Billion AIR Installations, Ben Forta
  11. Compass Intelligence Announces Winners of the 2014 Mobility Awards, Compass Intelligence
  12. Compass Intelligence Announces Winners of the 2015 Mobility Awards, Compass Intelligence
  13. Шаблон:Cite web
  14. 14,0 14,1 Using native extensions for Adobe AIR, Adobe Help Center
  15. Basics of native windows in AIR, Adobe Help Center
  16. Creating native menus (AIR), Adobe Help Center
  17. Working with files, Adobe Help Center
  18. Communicating with native processes in AIR, Adobe Help Center
  19. Using workers for concurrency, Adobe Help Center
  20. Creating your first HTML-based AIR application with the AIR SDK, Adobe Help Center
  21. Copy and paste, Adobe Help Center
  22. Drag and drop in AIR, Adobe Help Center
  23. Touch, multitouch and gesture input, ActionScript 3.0 Developer's Guide, Adobe
  24. Accelerometer input, ActionScript 3.0 Developer’s Guide, Adobe
  25. Using the Adobe AIR Geolocation APIs on Android, Adobe Developer Connection
  26. Шаблон:Cite web
  27. Native extensions for Adobe AIR, AIR Devnet
  28. Шаблон:Cite web
  29. Шаблон:Cite web
  30. 30,0 30,1 Generating a Windows installer for your AIR captive runtime application, Adobe Developer Connection
  31. Шаблон:Cite web
  32. Ошибка цитирования Неверный тег <ref>; для сносок tech-specs не указан текст
  33. Шаблон:Cite web
  34. Шаблон:Cite news
  35. iOS features in Adobe AIR 2.6 Шаблон:Webarchive, Adobe Devnet
  36. Шаблон:Cite web
  37. Ошибка цитирования Неверный тег <ref>; для сносок AIR 33 не указан текст
  38. 38,0 38,1 Packaging a desktop native installer, Adobe Help Center
  39. Шаблон:Cite web
  40. 40,0 40,1 Using Flash Builder 4.5 to package applications for Google Android devices, Adobe Developer Connection
  41. 41,0 41,1 Using Flash Builder 4.5 to package applications for Apple iOS devices, Adobe Developer Connection
  42. 42,0 42,1 Using Flash Builder 4.5 to package applications for BlackBerry Tablet OS devices, Adobe Developer Connection
  43. Шаблон:Cite web
  44. Шаблон:Cite web
  45. 45,0 45,1 Шаблон:Cite web
  46. Шаблон:Cite web
  47. Шаблон:Cite web
  48. 48,0 48,1 Шаблон:Cite web
  49. Announcing Flash Player 11 and AIR 3 Шаблон:Webarchive, Adobe Flash Platform Blog
  50. [1] Шаблон:Webarchive Retrieved on September 19, 2011.
  51. Шаблон:Cite web
  52. Adobe AIR - Runtimes for end user download, airsdk.harman.com
  53. Adobe Flex SDK Download Page, Adobe.com
  54. Optimizing performance of applications for connected TVs, Adobe Developer Connection
  55. Top 10 Performance Killers in your AIR Application Шаблон:Webarchive, FlexWiz
  56. Flex versus ActionScript – the debate gets new life Шаблон:Webarchive, Greg's Ramblings
  57. Pure ActionScript + MadComponents vs. Flash Builder 4.5, MobileAppDev
  58. Flex 4.5 vs Pure AS3 Шаблон:Webarchive, Michael Crosby
  59. "Creating an application user interface", Adobe Developer Connection
  60. Шаблон:Cite web
  61. Шаблон:Cite web
  62. Шаблон:Cite web
  63. Шаблон:Cite web