Last active
February 5, 2018 05:12
-
-
Save koral--/3f298976f0f5b13d4d8aa525318b345c to your computer and use it in GitHub Desktop.
Android string formatting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val text = resources.getString(R.string.welcome_message, 4) //"You have 4 new messages." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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