Skip to content

Instantly share code, notes, and snippets.

@EarlOfEgo
Created December 26, 2011 14:41
Show Gist options
  • Save EarlOfEgo/1521303 to your computer and use it in GitHub Desktop.
Save EarlOfEgo/1521303 to your computer and use it in GitHub Desktop.
Android get resources string
Resources res = getResources();
res.getString(R.string.nameOfString);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment