I\'ve found the R.string pretty awesome for keeping hardcoded strings out of my code, and I\'d like to keep using it in a utility class that works with models i
R.string
I used getContext().getApplicationContext().getString(R.string.nameOfString); It works for me.
getContext().getApplicationContext().getString(R.string.nameOfString);