This is just a modification of Android's default navigation example where we use a fragment instead of main activity for the tab-enabled navigation feature..
EffectiveNavigation is hosted in the following web site
https://github.com/shklnrj/EffectiveNavigation
If you think the Android project EffectiveNavigation 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 EffectiveNavigation.
Item | Value |
---|---|
Java File Count | 3 |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
There are 1 image files in EffectiveNavigation. The names of the image files are listed as follows.
ic_action_new.png
The following screenshort is generated from the image listed above.
EffectiveNavigation has the following Java source files.
com.example.android.effectivenavigation.CollectionDemoActivity.java com.example.android.effectivenavigation.MainActivity.java com.example.android.effectivenavigation.TabsContainerFragment.java