Android Open Source - UI Dialog dialog DialogFragmentTest






Project Summary

Android app to demostrate how a Fragment can be shown as a normal Fragment or as a Dialog..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of DialogFragmentTest.

ItemValue
Java File Count8
Target SDK Version18
Minimum SDK Version8
Activity Count1
Fragment Count2
jar files usedandroid-support-v4.jar




Java Source Files

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