Alin B.
07/13/2018, 11:41 AMget() in the data class or use String.format with the 2 values OR do the string concatenation directly in xml?
to me looks like a good approach go with get in data class
val text: String
get() = "$fisrtInt ($secondInt)"