0
Can anyone help
How to get text to set text on text view from image button in android studio
1 Réponse
0
Well to set the text you can do:
findViewById<TextView>("myTextView").setText("some text");
How to get text to set text on text view from image button in android studio