Published
- 1 min read
kotlin set text from resource
The solution for this is noted below
kotlin set text from resource
Solution
text.setText(resources.getString(R.string.myString))
Try other methods by searching on the site. That is if this doesn’t work