Android strings.xml — things to remember
Dmytro Danylyk
65024
Nice post! I disagree with the first point partially though:
- yes, use different resources for each instance
- no, you don’t necessarily have to duplicate the string value
Instead, create a string alias, and this’ll help with translation too. I wrote a post a while back on it — https://www.novoda.com/blog/maintaining-string-resources-with-translation-in-mind/.