How do you access the values in the res/values/string.xml resource file from the Android Activity class?
res/values/string.xml
Activity class
strings.xml:
Some Text
Activity:
getString(R.string.some_text);