I am looking to find all the views in a specified activity that have the tag \"balloon\" for example then hide them using setVisibility to GONE.
setVisibility
GONE
One approach would be to start with the parent ViewGroup, loop through its children(and their children and so on) and then check tags on each one of them.