android - Why does TextView.setText() warn you not to concatenate strings? -
if this
sometextview.settext(somestring + " , more!");
it warns me "do not concatenate text displayed settext. use resource string placeholders."
why warn when string concatenation seems work fine?
it's better use resource strings thinking localization
Comments
Post a Comment