Android Open Source - UI tabhost Android_FragmentSample






Project Summary

with TabHost, ViewPager, and after Android4.0(API14).

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Android_FragmentSample.

ItemValue
Java File Count14
Supported screen sizes[hdpi]
Minimum SDK Version14
Activity Count2
Fragment Count3
jar files usedandroid-support-v13.jar
android-support-v4.jar




Java Source Files

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