I am trying to concatenate an Int
with a String
such that the output is a String
but not sure how to go about it.
Here's my code so far:
val myMessage = context.getString(R.string.mymessage)
where myMessage
is a String.
Now I want to append an Int which is it.myinfo.codeid
.