简体   繁体   English

创建Adobe AIR应用程序的要求

[英]Requirements to create Adobe AIR application

i am working with Flex for quite sometime. 我在Flex上工作了一段时间。 but i hadn't get any chance to even look at Adobe AIR platform. 但是我什至没有机会看到Adobe AIR平台。 I am planning to do some personal softwares using AIR. 我打算使用AIR做一些个人软件。

Provided the background that am an absolute zero in AIR, what all should I have in my system apart from Flex builder? 如果提供的背景在AIR中绝对为零,那么我的系统中除了Flex Builder之外我应该拥有什么? And how fast i can learn AIR if I am pretty comfortable in Flex? 如果我对Flex相当满意,我可以多快学习AIR?

Regards, Anoop 问候,阿努普

You can quite literally use any Flex code in AIR - the most imminent differences are the root tag of the application that is WindowApplication and a wider selection of methods available. 您完全可以在AIR中使用任何Flex代码-迫在眉睫的区别是应用程序的根标签(即WindowApplication)和更多可用方法。 AIR is only a platform that your Flex runs on, not an alternative or anything. AIR只是Flex可以运行的平台,不是替代品或其他任何东西。

After you have created a new AIR project, you may want to check the MyTest-app.xml (or whatever the name of your app) file in the src folder. 创建新的AIR项目之后,您可能需要检查src文件夹中的MyTest-app.xml(或任何应用程序名称)文件。 This is where, for instance, some properties of the new window created by the operating system reside. 例如,这是操作系统创建的新窗口的某些属性所在的位置。

As for tools, you'll want to install the AIR runtime if you don't have it already, but apart from that and Flex Builder you're all set! 至于工具,如果您还没有安装AIR运行时,则要安装它,但是除了Flex Builder和Flex Builder以外,您都已经安装好了!

You're in a good position to start developing AIR applications given your background in Flex. 考虑到您在Flex中的背景,您将可以开始开发AIR应用程序。 What you have to learn would depend on what you already know and the kind of application you are going to build. 您必须学习的内容将取决于您已经知道的内容以及将要构建的应用程序的类型。 We can help you if you share more details about the app. 如果您分享有关该应用程序的更多详细信息,我们可以为您提供帮助。

Some things you can look out for are the WindowApplication object, File systems i/o, SQLite database ops, windows/menus/task bars etc. Here's the basics for getting started with AIR app development in Flex: http://livedocs.adobe.com/flex/3/html/Part5_AIR_1.html 您可能需要注意的一些事情包括WindowApplication对象,文件系统I / O,SQLite数据库操作,Windows /菜单/任务栏等。这是开始在Flex中进行AIR应用程序开发的基础知识: http://livedocs.adobe .com / flex / 3 / html / Part5_AIR_1.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM