I have a TextView which has a hardcoded string and I have a dynamic variable that I want to put at the end of this string. This is my code:
Just using + operator works for me:
+
android:text= "@{@string/Generic_Text +' '+ Profile.name)}"
String.xml will be:
Hello