zd-zero
9/19/2017 - 8:55 PM

Strings Format

<string name="hello">Hello %1$s</string>
String.format(getResources().getString(R.string.hello), "World");