DialogFragment is a fragment that displays a dialog window, floating on top of its activity's window.
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-dialogfragmentI am trying to get the custom dialog to close on button press //set up dialog Dialog dialog = new Dialog(…
android android-dialogfragment android-dialogI am currently trying tu build my own DialogFragment theme. One of my requirement is to use an icon at …
android android-dialogfragmentHow 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-sheetI have Fragment that extends DialogFragment and I have a custom layout for it which contains two edittexts and two …
android buttonclick android-dialogfragmentIn 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-dialogfragmentI am creating a custom fragment dialog with round corners and with layout that would not fill the screen width (…
android custom-component android-dialogfragmentI have a DialogFragment with a custom view which contains two text fields where the user is to input their …
android dialog onclick android-dialogfragmentI am trying to create a DialogFragment with a width of MATCH_PARENT so the dialog is nearly full screen (…
android android-dialogfragmentit'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