Search

 

January 2011
S M T W T F S
« Dec   Feb »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Tags

Archives

Archive for January 6th, 2011

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 –>   [...]