Android app to demostrate how a Fragment can be shown as a normal Fragment or as a Dialog..
DialogFragmentTest is hosted in the following web site
https://github.com/lucaslabs/DialogFragmentTest
If you think the Android project DialogFragmentTest 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 DialogFragmentTest.
Item | Value |
---|---|
Java File Count | 8 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
DialogFragmentTest has the following Java source files.
com.lmn.dialogfragmenttest.DialogFragmentTestApp.java com.lmn.dialogfragmenttest.activity.MainActivity.java com.lmn.dialogfragmenttest.fragment.BaseDialogFragment.java com.lmn.dialogfragmenttest.fragment.BaseFragment.java com.lmn.dialogfragmenttest.fragment.CityDetailFragment.java com.lmn.dialogfragmenttest.fragment.CityFilterFragment.java com.lmn.dialogfragmenttest.fragment.PlaceListFragment.java com.lmn.dialogfragmenttest.model.CityDetailsWrapper.java