I\'ve tried this:
r = Resources.getSystem().getIdentifier(\"ball_red\",\"drawable\",\"com.Juggle2\"); Log.i(\"FindBall\",\"R = \"+r);
And t
Though the answer from Festus Tamakloe is correct I found a quirk in this function.
If you are declaring a string-array in a xml file it must be accessed by calling the base resource type array, using string-array results in anid 0 return.
string-array
array