1
I am studying the Android Studio and I ended up facing a problem, and I needed a light.
I made several textView on the screen of my application and when I press a button I would change the content of all textView that are on the screen.
In this case I was using findViewById(); and setText(); to change the content of each of them, and it’s working so well.
More in the case are several textview and some of them will receive the same value for example 10 of them I will put the same String and other 3 will receive a different string
Thinking about the fact that there are several textviews that will receive the same string, is there any way to create a kind of clone of her that when she changes the others change together? to decrease repetitive commands.
Thank you so much guy was what I wanted to learn vlw !!!
– Welington Vitorino Silva