I\'m trying to get a resource from XML using an array of strings because it\'s currently in a loop.
Can anyone advise me on how to do this?
The resource nam
I have not missunderstood you
int id = getResources().getIdentifier("name_of_resource","string", getPackageName());
is what you neeed