I am trying to compare an array of integers with image tags, which I made uniquely.
using this line:
if(grid[i][j] == buttons[k].getTag()){
I know im on the correct tracks, but I cannot figure out if I need to use it or use the method. I know this is a simple question, but any help would be greatly appreciated, thanks.
source
share