0
I have an integer array and need to associate this value to a given button, to change its backgound. If the array has the number "40", I need the "button40" to change color. and so on, until the whole array is checked. Basically, what I need is to associate a variable with an ID.
Type: Button(X). setBackgroundColor(Color.BLUE); Where X is an INT variable