Top "Android-dialogfragment" questions

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

How to properly retain a DialogFragment through rotation?

I have a FragmentActivity that hosts a DialogFragment. The DialogFragment perform network requests and handles Facebook authentication, so I need …

android android-fragments android-fragmentactivity android-dialogfragment
Android close custom dialog

I am trying to get the custom dialog to close on button press //set up dialog Dialog dialog = new Dialog(…

android android-dialogfragment android-dialog
Textview: using the dialog title style: @android:style/TextAppearance.DialogWindowTitle

I am currently trying tu build my own DialogFragment theme. One of my requirement is to use an icon at …

android android-dialogfragment
BottomSheetDialogFragment - listen to dismissed by user event

How can I listen to a FINAL dismissal of a BottomSheetDialogFragment? I want to save user changes on the final …

android dialog android-dialogfragment dialogfragment bottom-sheet
handle button clicks in a DialogFragment

I have Fragment that extends DialogFragment and I have a custom layout for it which contains two edittexts and two …

android buttonclick android-dialogfragment
ActionBar in a DialogFragment

In the Calendar app on my Galaxy Tab 10.1, when creating a new event a dialog comes up with Done and …

android android-actionbar android-dialogfragment
Custom FragmentDialog with round corners and not 100% screen width

I am creating a custom fragment dialog with round corners and with layout that would not fill the screen width (…

android custom-component android-dialogfragment
Prevent DialogFragment from dismissing when button is clicked

I have a DialogFragment with a custom view which contains two text fields where the user is to input their …

android dialog onclick android-dialogfragment
Full screen DialogFragment

I am trying to create a DialogFragment with a width of MATCH_PARENT so the dialog is nearly full screen (…

android android-dialogfragment
passing context as argument of DialogFragment

it's possible to pass a context variable to a DialogFragment? i've use this code inside dialog for passing a string: …

android android-dialogfragment android-context