Case:
I have 9 different buttons (Can grow) with images on them. I want to have a single method to handle the action for all. Is there a way for me to know which button is pressed.
The Button Tag does not work for me because it taken only Integers and in my case I want to pass a text (Ex: Multiple, divide, add, sub, doubleAdd).
I will not have any title on my buttons, just image buttons.
Thanks for the help.
I have 9 different buttons (Can grow) with images on them. I want to have a single method to handle the action for all. Is there a way for me to know which button is pressed.
The Button Tag does not work for me because it taken only Integers and in my case I want to pass a text (Ex: Multiple, divide, add, sub, doubleAdd).
I will not have any title on my buttons, just image buttons.
Thanks for the help.