Search

 

October 2010
S M T W T F S
« Sep   Nov »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Tags

Archives

Archive for October 13th, 2010

Is that HTML in your AIR on Android App? Yes it is!

Wednesday, October 13th, 2010

TweetAIR on Android doesn’t have an HTML component like its desktop counterpart but there is a way to get HTML in your application. The StageWebView class can accomplish this for you. I have added this to my AIRonAndroid Browser application (version 0.0.4) so you can see it in action if you have an Android device. [...]

Exiting an AIR on Android Application

Wednesday, October 13th, 2010

TweetI was reading this post this morning “Tip: Close Your Android AIR App on Back Button“. I decided to add it to my AIRonAndroid Browser app (which I use for testing functionality). I ran into an issue on my first run through when I went into the CameraRoll and CameraUI test screens. The problem is [...]