I’m trying to set a tag for a textView in android, but I cant seem to figure out how to set the tag, I tried using the following code, and it didn’t have any errors but then I cant figure out how to use findViewByTag to do something with the textView later, any help would be appreciated!
playerCounter.setTag("playercounter"+counter);
I don’t know of any built-in findViewByTag() function, are you confusing it with findViewById()?
From the Developer Documentation