This project is like a skeleton for beginners who want to learn the basics of fragment in android. This project also features the circle page indicator that determines the page location in the fragment. It also consists of buttons that helps to change views in the fragment..
FragmentFramework is hosted in the following web site
https://github.com/prativa/FragmentFramework
If you think the Android project FragmentFramework 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 FragmentFramework.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 5 |
jar files used | android-support-v4.jar android-support-v4.jar |
There are 1 image files in FragmentFramework. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
FragmentFramework has the following Java source files.
com.example.viewpagerandfragment.Fragment1.java com.example.viewpagerandfragment.Fragment2.java com.example.viewpagerandfragment.HomeFragment.java com.example.viewpagerandfragment.MainActivity.java com.example.viewpagerandfragment.MainFragmentAdapter.java com.viewpagerindicator.CirclePageIndicator.java com.viewpagerindicator.IconPageIndicator.java com.viewpagerindicator.IconPagerAdapter.java com.viewpagerindicator.LinePageIndicator.java com.viewpagerindicator.PageIndicator.java com.viewpagerindicator.TabPageIndicator.java com.viewpagerindicator.TitlePageIndicator.java com.viewpagerindicator.UnderlinePageIndicator.java