标题: 在AIR应用程序显示原生的Android窗口的例子。 [打印本页] 作者: 破晓 时间: 2015-3-2 16:34 标题: 在AIR应用程序显示原生的Android窗口的例子。 Example of using Adobe AIR Native Extension to display a native android window over AIR app.This example borrows heavily from:https://github.com/mr-archano/Android-AIR-ExtensionsThose examples really clarified a lot for me.what this extension adds is:- the ability to show a native window- callback intent from native window to ANE- callback event from ANE to flashwhat it removes are all other functions, to make the example more clear.I only left the toast functionality in, just to show how the extension would work with multiple functions.for more info on ANE check: http://www.adobe.com/devnet/air/articles/developing-native-extensions-air.html