DialogFragment is a fragment that displays a dialog window, floating on top of its activity's window.
I want to create a custom dialog box like below I have tried the following things. I created a subclass …
android android-dialogfragment android-dialogI have a dialog with EditText for input. When I click the "yes" button on dialog, it will validate the …
android dialog android-alertdialog android-dialog android-dialogfragmentLet's say I specify the layout of my DialogFragment in an xml layout file named my_dialog_fragment.xml and …
android-dialogfragment android-dialogI'm trying to show an almost fullscreen DialogFragment. But I'm somehow not able to do so. The way I am …
android android-dialogfragmentQuestion: How does one create a callback from a DialogFragment to another Fragment. In my case, the Activity involved should …
android android-fragments callback android-dialogfragmentGoogle recommends that we use DialogFragment instead of a simple Dialog by using Fragments API, but it is absurd to …
android android-fragments android-dialog android-dialogfragmentI have some fragments that need to show a regular dialog. On these dialogs the user can choose a yes/…
android android-dialogfragment android-dialogThe docs say this for the dismiss() method from the Dialog class: Dismiss this dialog, removing it from the screen. …
android android-dialogfragmentI need to pass some variables to DialogFragment, so I can perform an action. Eclipse suggests that I should use …
android android-dialogfragmentI'm getting the following error: "The method getSupportFragmentManager() is undefined for the type new View.OnClickListener(){}" in my fragment file …
android android-fragments actionbarsherlock android-dialogfragment