Search

 

May 2012
S M T W T F S
« Feb    
 12345
6789101112
13141516171819
20212223242526
2728293031  

Tags

Archives

Flex 4

« Previous Entries Next Entries »

Flex on iOS Video

Thursday, March 24th, 2011

TweetChristophe posted a nice video showing a Flex based iOS application running on an iPad 2. This is the future of multi screen Flex based application development.

URLTestr AIR on Android Application

Friday, March 18th, 2011

TweetI have posted a new AIR on Android application called URLTestr which is now available for FREE in the Android Market. URLTestr is a monitoring tool which will continually test the list of websites. Enter your list of website addresses and URLTestr will continually test these addresses to ensure they are available. If at any [...]

Flex QR Code Sample

Tuesday, March 15th, 2011

TweetThis is an extension of the sample application that was posted recently by Santori Canton at http://riarockstars.com/2011/03/11/creating-qr-codes-in-actionscript/ using the open source library Zxing. This version will create the initial tab from the current URL (note: this app is running in an iFrame which is why you see a www.everythingflex URL) and also allow you to [...]

AIR on Android OS Interactions – Send Email

Thursday, January 6th, 2011

TweetIntegration between AIR on Android and the OS couldn’t be easier. Here is a simple example of how to integrate with the mail client using URLRequest(). 123456789101112131415161718192021222324252627282930313233<?xml version="1.0" encoding="utf-8"?> <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"         xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">     <fx:Declarations>         <!– Place non-visual elements (e.g., services, value objects) here –>   [...]

How I compiled the Tour de Flex Mobile to iOS /iPhone with video

Tuesday, December 28th, 2010

TweetYesterday, I showed my AIRonAndroidBrowser application running on an iPod touch. So, this morning I figured I would try the Flex Tour de Mobile app. Here is exactly how it was done. There is also a video at the end. I grabbed the source by downloading and installing the fxp source from here. I removed [...]

« Previous Entries Next Entries »