Android Open Source - UI fragment FragmentTabStudy






Project Summary

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.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of FragmentTabStudy.

ItemValue
Java File Count7
Supported screen sizes[mdpi, hdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count1
Fragment Count2
jar files usedandroid-support-v4.jar




Resource Files

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.

null

Java Source Files

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