In android, fragments are the new way to go. Using tabs with fragments in a way that the tabs are shown all the time as well as make the up and back button navigation work can be a little bit tricky. This project solves this problem..
PersistentFragmentTabs is hosted in the following web site
https://github.com/SebastianBaltesObjectCode/PersistentFragmentTabs
If you think the Android project PersistentFragmentTabs 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 PersistentFragmentTabs.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
PersistentFragmentTabs has the following Java source files.
de.objectccode.persistentfragmenttabs.DemoListFragment.java de.objectccode.persistentfragmenttabs.DemoStringFragment.java de.objectccode.persistentfragmenttabs.MainActivity.java de.objectccode.persistentfragmenttabs.tabsframework.AbstractTabStackNavigationActivity.java de.objectccode.persistentfragmenttabs.tabsframework.TabInfo.java