/NotificationExtention

Android AIR native extention for show Alert and Toast

Primary LanguageJava

NotificationExtension

Android AIR native extension for display Alert and Toast sample.

With this simple extension you can create Android native Alert with "ok" button and Android native Toast in your mobile AIR application.

How to use:

NotificationExtension.init();
NotificationExtension.showToast("Your toast text");
NotificationExtension.showAlert("Your alert title", "Your alert text");

Ane build command:

adt -package -target ane notifExtention.ane extension.xml -swc lib.swc -platform Android-ARM -C android . -platform default -C default