illuzor / NotificationExtention

Android AIR native extention for show Alert and Toast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Android AIR native extention for show Alert and Toast


Languages

Language:Java 50.3%Language:ActionScript 49.7%