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

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

Voice chat over bluetooth between Android & Python (pybluez) -

Integrate jquery-globalize into an ASP.NET Core MVC App -