Tag: source

  • Speech Recognition ANE – Source

    As a follow on for the Speech Recognition ANE I put up for download a while back, here is the a post to give out the source files.

    The source can be downloaded from my BitBucket repository.

    If you are looking for the compiled ANE instead, click here

    The contents of the zip archive are,

    • Android Native Project
    • Actionscript Library Project
    • Files required for compilation

    (more…)

  • Toast on AIR for Android

    Here’s a component which behaves as a ‘Toast’ for AIR applications running on Android. The component can essentially be used across any Flex application, since it is an ActionScript class.

    For those of you who don’t know, Toast is the small transparent alert that pop’s up (and doesn’t block your UI) when u set an alarm on Android phones !

    Toast on AIR for Android

    In the pic above, the text ‘Enter Required Fields’ appears in a ‘Toast’

    (more…)