I know that it is possible to reference resources in layout by their resource id:
android:text=\"@{@string/resourceName}\"
However, I would
As of June 2016 this is possible in XML:
android:text= "@{String.format(@string/my_format_string, myPojo.resourceId)}"