How to add a native extension to your app

We have so far established what you need to set in a native extension, in order for it to be distinguishable from other native extensions when used in an app. We also saw that you need to set that in the extension descriptor file.

Now let's have a look at how a native extension is used in an app and what you need to set in the app to help AIR find and load the native extension. Read More

Categories: AIR Native Extensions.

What goes into an AIR Native Extension for Android?

So you are an Android guy. Or gal. Or, you are an ActionScript person, who wants to expand to Android. Same difference. Here is a bit of prerequisite information, in case you need it:

Next, let us see the ingredients that you have to provide for an ANE and those that are provided for you. You will have to make two libraries: Read More

Categories: AIR Native Extensions.