Adding Custom Icons

I am aware of some of the built in icons available. But I need to add a bunch of custom icons to a project.

What is the best practice for doing that within AppStudio? Thanks.

Put a folder in your project called something like images. Put them all there.

Put images in extraFiles in Project Properties. This will ensure they all get deployed with your project.

You can the reference them as images/myIcon.png in your app.

1 Like