Skip to content

Instantly share code, notes, and snippets.

@koral--
Last active February 5, 2018 05:12
Show Gist options
  • Save koral--/3f298976f0f5b13d4d8aa525318b345c to your computer and use it in GitHub Desktop.
Save koral--/3f298976f0f5b13d4d8aa525318b345c to your computer and use it in GitHub Desktop.
Android string formatting
val text = resources.getString(R.string.welcome_message, 4) //"You have 4 new messages."
<string name="welcome_messages">You have %d new messages.</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment