Top "Android-dialogfragment" questions

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

How to execute action after DialogFragment positive button clicked

I created the following DialogFragment deriving it from the Android documentation: public class PayBillDialogFragment extends DialogFragment{ @Override public Dialog onCreateDialog(…

android android-listfragment android-dialogfragment
Set width of parent linear layout as percentage of the screen

I am building an android application and I have a dialog fragment. The dialog fragment has a set width. However, …

android android-layout android-dialogfragment android-percent-library
AndroidRuntimeException: requestFeature() must be called before adding content

I have dialog fragment. I have intention to use this fragment in activity and dialog. And I override onCreateDialog and …

android android-fragments android-dialog android-dialogfragment
notifyDataSetChanged fails to update ListView

I have a DialogFragment which has a list view with CheckedTextView and a checkbox at the top to Check and …

android android-listview android-dialogfragment checkedtextview notifydatasetchanged
DialogFragment buttons color change in Lollipop

I would like my Fragments to look consistent with the rest of the app and color palette which I applied …

android android-5.0-lollipop android-dialog android-dialogfragment
How does DialogFragment affect the lifecycle of the calling Fragment?

I have a Fragment calling a DialogFragment. Does this affect the lifecyle of the Fragment (i.e. does it go …

android android-fragments android-dialogfragment