I have 26 buttons which all have an id like button_0 button_1 etc.
I've saw that findviewbyid is deprecated and I don't want to have to call all those 26 button line by line. So my first idea was to make an array of them, but there is still the same problem I need to write them all at least one time. I didn't find a way to achieve that with view binding or by calling the button with a string and need help. Thanks!