Can anyone help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone help

How to get text to set text on text view from image button in android studio

14th Aug 2019, 6:09 PM
Aman Rajput
Aman Rajput - avatar
1 Answer
0
Well to set the text you can do: findViewById<TextView>("myTextView").setText("some text");
14th Aug 2019, 10:36 PM
Paul Grasser
Paul Grasser - avatar