Android Question Test a view's Tag (or any Obejct) for Null

MrKim

Well-Known Member
Licensed User
Longtime User
How do you test an object to see if it has been set to a value? I tried View.tag = Null but that returns false.

Thanks
 
Top