Android — Changing Tab Visibility from Inside Tab Activities
问题 I'm currently attempting to change tabs from inside of other activities -- that much is straight forward. However, I'm having trouble when attempting to set the visibility of other tabs. Essentially, I have an application load to a tab (login page) and the other tabs are invisible until the user logs in. When the user logs in, I want to make the other tabs visible and the login tab invisible. If there is a simple way of doing this, please make me aware of it--I'm currently running around in