Add Multiple Tags to a button
If you want to add a single tag, then you can simply do this-setTag(1, object1); Or setTage(object1);where 1 is the key, you can also do this without a key for just one tag and then use it like –button.getTag(1); or button.getTag() if you haven’t set a key.NOTE- The method above will not work with multiple …
