Android Open Source - UI example android-fragments-example






Project Summary

A Project to show how to use fragments for multiple types of devices.

Web Site / Source Repository

android-fragments-example is hosted in the following web site
https://github.com/jrgleason/android-fragments-example

If you think the Android project android-fragments-example 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-fragments-example.

ItemValue
Java File Count35
Supported screen sizes[hdpi]
Target SDK Version14
Minimum SDK Version11
Activity Count3
Fragment Count14
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.READ_CALENDAR
android.permission.WRITE_CALENDAR




Resource Files

There are 2 image files in android-fragments-example. The names of the image files are listed as follows.

schedule_indicator_left.png
schedule_indicator_right.png

The following screenshort is generated from the image listed above.

null

Java Source Files

android-fragments-example has the following Java source files.

com.gleason.apa.BarListActivity.java
com.gleason.apa.EditActivity.java
com.gleason.apa.MainActivity.java
com.gleason.apa.NewActivity.java
com.gleason.apa.ScheduleFragment.java
com.gleason.apa.fragment.BarFragment.java
com.gleason.apa.fragment.BaseEditFragment.java
com.gleason.apa.fragment.BaseFragment.java
com.gleason.apa.fragment.BaseListFragment.java
com.gleason.apa.fragment.DatePickerDialogFragment.java
com.gleason.apa.fragment.EditActivityContainer.java
com.gleason.apa.fragment.ScheduleFragment.java
com.gleason.apa.fragment.bar.BarEditFragment.java
com.gleason.apa.fragment.bar.BarFragment.java
com.gleason.apa.fragment.bar.BarListFragment.java
com.gleason.apa.fragment.gestures.GestureFragment.java
com.gleason.apa.fragment.player.PlayerEditFragment.java
com.gleason.apa.fragment.player.PlayerFragment.java
com.gleason.apa.fragment.player.PlayerListFragment.java
com.gleason.apa.fragment.team.TeamEditFragment.java
com.gleason.apa.fragment.team.TeamFragment.java
com.gleason.apa.fragment.team.TeamListFragment.java
com.gleason.apa.model.AndroidCalendar.java
com.gleason.apa.model.Bar.java
com.gleason.apa.model.Match.java
com.gleason.apa.model.Player.java
com.gleason.apa.model.Team.java
com.gleason.apa.model.TeamBar.java
com.gleason.apa.model.data.BarContentProvider.java
com.gleason.apa.model.data.PlayerContentProvider.java
com.gleason.apa.model.data.TeamContentProvider.java
com.gleason.apa.model.util.Util.java
com.gleason.apa.util.Util.java