1

How are events like onPause, onResume etc for Android Activity taken care of in Adobe Air. I want to do something when activity is paused while developing AIR app how do I do it?

4

1 に答える 1

1

I read this article by Oliver Goldman, http://www.adobe.com/devnet/air/articles/considerations-air-apps-mobile.html . It says that we can use flash.events.Event.DEACTIVATE event of AIR to keep a tab on onPause. More info on - http://help.adobe.com/en_US/air/reference/html/flash/desktop/NativeApplication.html

于 2012-07-01T08:04:59.120 に答える