How can I setTag() to a dynamically generated View?
I tried
view.setTag(1, tagValue);
But I get the Exception
The key must be application specific resource id
How can I setTag() to a dynamically generated View?
I tried
view.setTag(1, tagValue);
But I get the Exception
The key must be application specific resource id