Simple Nested Fragments example that I use in other project..
SimpleNestedFragments is hosted in the following web site
https://github.com/dawidgdanski/SimpleNestedFragments
If you think the Android project SimpleNestedFragments 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 SimpleNestedFragments.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [hdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 3 |
There are 1 image files in SimpleNestedFragments. The names of the image files are listed as follows.
plus.png
The following screenshort is generated from the image listed above.
SimpleNestedFragments has the following Java source files.
com.example.SimpleNestedFragments.activities.FragmentTitlesActivity.java com.example.SimpleNestedFragments.activities.MainActivity.java com.example.SimpleNestedFragments.adapter.ChildAdapter.java com.example.SimpleNestedFragments.fragments.AbstractFragment.java com.example.SimpleNestedFragments.fragments.ChildFragment.java com.example.SimpleNestedFragments.fragments.ChildrenListFragment.java com.example.SimpleNestedFragments.fragments.ParentFragment.java com.example.SimpleNestedFragments.fragments.WooHooFragment.java