Closed
Description
Is your feature request related to a problem? Please describe:
I.e. in my game, I have a word that the user needs to do something with, so I would want to show them something like
"Generated word: $word", instead of just $word
Is it possible to construct a solution with the existing API?
Shouldn't be very hard to implement since we have the same thing for int and floats
Describe the solution you'd like to see:
binding.NewStringWithFormat, working similar to binding.NewIntWithFormat
Activity