// in strings.xml..
Thanks for playing %s. You scored %d points!
// and in the java code:
String.format(getString(R.string.my_text), "Bob", 500 ...
↧