So i have an array of Integers "images_array" stored in strings.xml. I am trying to extract it into my Websites.java file to use it to display images.
But i get this error for some reason:
I tried storing the array in the same file as the one that is calling it, and it works, its just that, calling it from strings.xml is not working for me. maybe there is something i didnt learn yet?
Would really appreciate any help.
Thanks!