Top "Android-dialogfragment" questions

DialogFragment is a fragment that displays a dialog window, floating on top of its activity's window.

Custom Dialog with setMultiChoiceItems

I want to create a way users can select options like the image below Right now am doing the following …

android android-dialogfragment customdialog
OnCancelListener is not called in DialogFragment

I have a simple AlertDialog that displays a list of some items and upon clicking one of them, the clicked …

java android android-alertdialog android-dialogfragment
How to set font size for text of dialog buttons

I have an android app that uses some custom dialogs which are inflated from XML layouts. The contents of the …

java android android-dialogfragment
DialogFragment and force to show keyboard

I have a problem with my DialogFragment. So to create my view, I use the method described on the android …

android android-dialogfragment
What is lifecycle of DialogFragment

I could not find proper lifecycle of android.support.v4.app.DialogFragment by searching on Google. I need this for …

android android-dialogfragment dialogfragment appcompatdialogfragment
How can I pass data from activity to the dialogFragment that activity invoked?

In my application I have a form the user fills in. Pressing "save" the data will be saved to the …

android android-dialogfragment
Fullscreen DialogFragment with translucent StatusBar

I have a DialogFragment which I want to show in fullscreen. I do however still want a StatusBar present, and …

android android-5.0-lollipop statusbar android-dialogfragment
DialogFragment set height of Dialog

I just used created by first Dialog using DialogFragment. Everything works great except I can't get the Dialog to wrap …

android android-dialogfragment
the status bar changes it's color to black inside fullscreen dialog fragment android

I'm using dialog fragment. The problem is that the status bar color is changed to black. How to change it …

android colors fragment android-dialogfragment android-statusbar
DialogFragment with clear background (not dimmed)

I'm trying to get the background of a DialogFragment to be completely clear. With setting the style item android:windowIsFloating …

android background android-dialogfragment