Nice practical hands on tutorial found on www.learnola.com for beginners on how to create data driven Adobe AIR application.
The tutorial walks you through step by step on how to use SQLite Database with adobe AIR application.
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Learn more about it @ http://www.sqlite.org/
Learn more on How to create data driven Adobe AIR application
Note : We respect your content, if you would like link to your website removed,Please write us a mail for removal @ admin@codelinkers.com
Kevinhoyt has released 75 Adobe AIR Javascript source files. These examples focus on showing usage of Adobe AIR API’s for Javascript. The source files can be found on various categories like clipboard copy paste , add drag and drop, file copy paste , database, localstore, network and more.
Very good resource for any one to start learning on Adobe AIR apis and its usage
More on 75 Adobe AIR Javascript samples and to download source files
Adobe AIR clipboard class allows you to copy data and objects through clipboard. The operating system clipboard can be accessed by generalClipboard property.
Data to the clipboard can be added by setData() or setDataHandler method and to retrive Data from clipboard use getData()
Example
Clipboard.generalClipboard.setData(ClipboardFormats.TEXT_FORMAT,"some Text value to clipboard");
Clipboard.generalClipboard.getData(ClipboardFormats.TEXT_FORMAT);
Read the rest of this entry »
Adobe announces the availability of AIR 1.5 for Linux.Now web developers can use the AIR SDK to create applications that works on Linux,Mac & Windows without any changes.
Adobe as decided to foucus on three Linux open distributions – Ubuntu, Fedora & openSUSE
Downloads & more info on Adobe AIR 1.5 for Linux
Also check out Tips on resolving application issues for Linux users
This article discusses some of the best practices for developing AIR applications that work well on all supported platforms and operating systems. You also get to know what Functionalities, Classes that are supported or not supported on different operating systems.
Charles Ward of Adobe walks you through some of the best practices to be considered during the development stage.
More on developing cross-platform Adobe AIR applications
Recent Comments