Hi everybody, I'm asking for help to do the follow:
I have 5 buttoms with a random text number on them, and the numbers are related to an image with .jpg format.
What I'm trying to do, is that an image component shows the image corresponding to the number on the pressed buttom; I already did, using longpress an touchup elements of each buttom, which means that I repeat code for each of them; I wonder if there's a way to do it using anybuttom funtion, because I don't find out how.