I would like to loop through all the Tabs in my TabHost to call methods on each when a certain event fires at the parent level. How would I access the "Added" tabs? I tried doing something like TabHost.GetChildAt(i), but there is only one child the LinearLayout. Do I just need to keep drilling down? I would assume there is a better/simpler way.
Any help would be greatly appreciated!
thanks!