Android TabHost inside Fragment

后端 未结 3 1177
无人及你
无人及你 2021-01-02 14:13

I am working on an Android App and I have used android FragmentPager tabs example from developer.android.com), this example uses fragments for tabs contents, Now I want to p

3条回答
  •  青春惊慌失措
    2021-01-02 15:06

    I face the same problem we. We cannot open a fragment or activity in another tab.(We an but it will open in the same tab). So i am use to the below code to change the tab.

     MainActivity.tabHost.setCurrentTab(tabIndex);
    

    Its open the tab with the main tab page.

提交回复
热议问题