How to switch between tabs in Android?
问题 How do I switch between tabs from within one of the activities that is located inside the tab host? I need to complete the project by tomorrow. My project involves showing 3 tabs with varying content. So please help anyone. 回答1: If you added the tabs as activities you can use this code inside a tab child activity TabActivity main = (TabActivity) getParent(); // get the main 'TabActivity' from a Child (tab) TabHost tabHost = main.getTabHost(); // get a handle to the TabHost tabHost