DialogFragment is a fragment that displays a dialog window, floating on top of its activity's window.
What I am trying to achieve is to have a fragment that on tablet it shows as a DialogFragment, while …
java android android-layout android-fragments android-dialogfragmentI would like to add a fragment to a dialog (it can be either a DialogFragment or a regular Dialog). …
android android-fragments android-dialogfragment android-nested-fragmentWhen creating a custom DialogFragment, i set the title using the following: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, …
android android-dialogfragmentI have a FragmentActivity support v4 class which implements two side by side (kind of like gmail) fragments and a …
android android-fragments android-lifecycle android-dialogfragmentWhen using fragments my layouts get disturbed by an additional space at the top and I don't know where this …
android layout user-interface android-fragments android-dialogfragmentI have an application with an AlertDialog that shows a single EditText. I followed the Android developers guide to do …
android android-dialogfragmentI have a DialogFragment that displays a list of options to the user, one of these options is "Delete" option, …
android android-dialogfragmentI have searched through all the answers about dismissing a Dialog onTouchOutside, however, I am using DialogFragment in my application. …
android dialog android-fragments touch-event android-dialogfragmentSo I have been at this for a while, and I cannot seem to figure it out. I am fairly …
android android-fragments android-dialogfragment android-datepickerWhat I want to achieve From a FragmentActivity show a dialog when clicking an Action Button in the Action Bar …
android android-fragments android-viewpager android-dialogfragment