Can anyone help | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
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