master detail flow example.
Master-Detail-Flow-Example-Android is hosted in the following web site
https://github.com/hearbeathorror/Master-Detail-Flow-Example-Android
If you think the Android project Master-Detail-Flow-Example-Android 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 Master-Detail-Flow-Example-Android.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
There are 1 image files in Master-Detail-Flow-Example-Android. The names of the image files are listed as follows.
ab_stacked_solid_carddemo.9.png
The following screenshort is generated from the image listed above.
Master-Detail-Flow-Example-Android has the following Java source files.
com.example.androidappmasterdetails.AppClass.java com.example.androidappmasterdetails.activities.MainActivity.java com.example.androidappmasterdetails.adapters.ChannelAdapter.java com.example.androidappmasterdetails.adapters.DummyDataAdapter.java com.example.androidappmasterdetails.adapters.VideoAdapter.java com.example.androidappmasterdetails.dummy.DummyData.java com.example.androidappmasterdetails.dummy.StaticDataManager.java com.example.androidappmasterdetails.dummy.Video.java com.example.androidappmasterdetails.fragments.ChannelListFragment.java com.example.androidappmasterdetails.fragments.VideoListFragment.java