Implementation of multi stacked tabs using fragment. Here stack is managed manually. This project was done when researching on this question in stackoverflow http://stackoverflow.com/questions/6987334/separate-back-stack-for-each-tab-in-android-using-fragments/12928498#12928498.
FragmentTabStudy is hosted in the following web site
https://github.com/iamjayanth/FragmentTabStudy
If you think the Android project FragmentTabStudy listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of FragmentTabStudy.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [mdpi, hdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
There are 3 image files in FragmentTabStudy. The names of the image files are listed as follows.
tab_a_icon.png tab_b_icon.png tab_bg.png
The following screenshort is generated from the image listed above.
FragmentTabStudy has the following Java source files.
com.research.fragmenttabstudy.base.AppConstants.java com.research.fragmenttabstudy.base.AppMainTabActivity.java com.research.fragmenttabstudy.base.BaseFragment.java com.research.fragmenttabstudy.tabA.AppTabAFirstFragment.java com.research.fragmenttabstudy.tabA.AppTabASecondFragment.java com.research.fragmenttabstudy.tabB.AppTabBFirstFragment.java com.research.fragmenttabstudy.tabB.AppTabBSecondFragment.java