Is it possible to include images that are not in the folder project?

Is it possible to include images that are not in the folder project?

Hello Matteo. Yes, you can also include images from an external URL like

new WCStories(Arrays.asList("https://some-image-url.jpg"));

Is that what you meant?

Regards.