Archive for January 6th, 2011
AIR on Android OS Interactions – Send Email
Thursday, January 6th, 2011TweetIntegration 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 –> [...]








