Archive for January, 2011
AIR on Android OS Interactions – Text or Call
Friday, January 7th, 2011TweetYesterday, I demoed how to interact with the Android OS for email. Today, lets look at how to Text or Call. It is just as simple: Place a Call 12345678910111213141516171819202122232425<?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="Make a Call"> <fx:Declarations> <!– Place non-visual elements (e.g., services, [...]
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 –> [...]








