I use this xml for to create an array of images in drawable folder:
<array name="icons">
<item>@drawable/i1</item>
<item>@drawable/i2</item>
.....
I need to do the same with images stored in the memory of the mobile. Is it possible?
Thanks