What's the best way to do resource plural strings ...
# android
k
What's the best way to do resource plural strings with placeholders when the string contains two different words that can be plural?
a
https://developer.android.com/guide/topics/resources/string-resource#Plurals And as mentioned, note that this is not a kotlin question