Hi,
I am able to call image by adding an image in files folder and by calling in a sprite from 'load image from URI' but I want to do this through XML as I am able to call text and audio from XML but not image.
In simple terms I want to put images in file folder and call from XML when required like this.
<question>
<sound>face.mp3</sound>
<text>A face.</text>
<good_image>face.png</good_image>
<bad_image>leg.png</bad_image>
</question>
Also in files folder creating subfolder and calling image from URI is also not working. This also my main concern to call from XML.
Regards
M