Rich Internet Applications, Flex, AIR, Java, Android

Monthly Archives: July 2010

Video Chat for Android in 30 Lines of Code

Here is a simple Video Chat application I built with Flex 4 and deployed on AIR for Android. The Application is just 30 lines of code and allows multiple users to join a chat room and “video chat”. Video streaming is powered by LiveCycle Collaboration Services, a set of hosted Flash Services that enable developers [...]
Posted in Air, Android, Flex, Froyo | 50 Comments

Android Trader Desktop with Flex and AIR — Updated for Froyo + Source Code Available

A few weeks ago, I posted a video of a Mobile Trader Desktop application I built using Flex 4 and AIR for Android. I recently updated the application for Froyo (Android 2.2), and I can now share the application file and the source code. Watch the video: Download the Application and Source Code You can [...]
Posted in Air, Android, Flex, Froyo | 6 Comments

Employee Directory Sample Application Using Flex and AIR for Android – Updated for Froyo

I finally took the time to rebuild the Employee Directory application with the latest version of AIR for Android (available here) to run on Froyo. See the links below to download the apk and the source code. (If you are still running Eclair see my original post). The Employee Directory application demonstrates how to build [...]
Posted in Air, Android, Flex, Froyo | 7 Comments

“VoiceNotes for Android”: Sample App using Flex, AIR, and the Microphone API

VoiceNotes for Android is a sample application built with Flex and deployed on Adobe AIR for Android. The application allows you to record voice messages and play them back later. It demonstrates the Microphone API introduced in the latest builds of AIR for Android. VoiceNotes for Android is based on the desktop version of VoiceNotes [...]
Posted in Air, Android, Flex | 12 Comments

Creating a Web Server using the new Server Socket API in AIR 2

During the Adobe AIR 2 beta, I wrote a simple Web Server application to explore the new Server Socket API available in AIR 2. Here is the updated version of the application for AIR 2 GA. The “Mini AIR Web Server” is a simplistic implementation of an HTTPServer. Needless to say that it is far [...]
Posted in Air, Flex | 10 Comments