with TabHost, ViewPager, and after Android4.0(API14).
Android_FragmentSample is hosted in the following web site
https://github.com/tetsuyanh/Android_FragmentSample
If you think the Android project Android_FragmentSample 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 Android_FragmentSample.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 3 |
jar files used | android-support-v13.jar android-support-v4.jar |
Android_FragmentSample has the following Java source files.
jp.fragmentsample.activity.DetailActivity.java jp.fragmentsample.activity.MainActivity.java jp.fragmentsample.adapter.InfoListAdapter.java jp.fragmentsample.adapter.ItemListAdapter.java jp.fragmentsample.adapter.LabelListAdapter.java jp.fragmentsample.fragment.ButtonSwitchFragment.java jp.fragmentsample.fragment.DetailFragment.java jp.fragmentsample.fragment.EmptyFragment.java jp.fragmentsample.fragment.ItemListFragment.java jp.fragmentsample.fragment.LabelListFragment.java jp.fragmentsample.model.DummyGenerator.java jp.fragmentsample.model.Info.java jp.fragmentsample.model.Item.java jp.fragmentsample.model.Label.java