Posts Tagged ‘template’

Extending your Android Air Application using Java

October 3, 2010

This is a basic template for AirApps.

The template will help you extending basic flash apps by adding a context menu with 2 extra functionality ( DialogBox and Exit Button) on top of air.

Basically what you have to do to run this example it’s installing Eclipse and and the adt plugin for android, if you don’t have it already installed.
I decide to add this article because I’m starting seeing many apps running in background even if the window is not focused.
Someone said it was not possible to kill the app on exit…
I said let me try and see what can we do.

Please leave a comment.

The Structure:
(Resources used app.xml and test.swf)

(more…)