Skip to content
marchbold edited this page Jan 13, 2020 · 4 revisions

DynamicIcon

The DynamicIcon extension gives you the ability to change the application icon displayed for your application.

Features:

  • Change the icon of your application programmatically
  • Single API interface - your code works across supported platforms with no modifications
  • Sample project code and ASDocs reference

As with all our extensions you get access to a year of support and updates as we are continually improving and updating the extensions for OS updates and feature requests.

Documentation

The Wiki forms the best source of detailed documentation for the extension along with the asdocs.

Quick Example:

if (DynamicIcon.instance.supportsAlternateIcons)
{
    DynamicIcon.instance.setAlternateIconName( "AlternateIcon" );
}

More information here:

com.distriqt.DynamicIcon

License

You can purchase a license for using this extension:

airnativeextensions.com

distriqt retains all copyright.

Clone this wiki locally