-
Projects
- Blogged: Real Time Trader Desktop for Android Updated http://bit.ly/dklYUR
- Blogged: Employee Directory for "AIR for Android" Updated - http://bit.ly/944cXJ
- Multi-User Google Map Collaboration on Android and other Platforms http://bit.ly/atVQwC #Android #AdobeAIR #Flex
- Blogged: "Multi-User Video Tic-Tac-Toe for Android" (and the browser) with source code http://bit.ly/a3waIt #Android #AdobeAIR
- RT @riacowboy: Just blogged a new tutorial and videos: Building Client / Cloud Apps with Flash Builder for Force.com http://bt.io/FhWc
Categories
Monthly Archives: July 2010
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
Video Chat for Android in 30 Lines of Code