DialogFragment is a fragment that displays a dialog window, floating on top of its activity's window.
This DialogFragment implementation causes an IllegalStateException( "You can not set Dialog's OnCancelListener or OnDismissListener") . Why? Solution? public class OkCThreadDialog1 extends …
android android-dialogfragmentI'm getting the following crash reports: Fatal Exception: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at android.…
android android-fragments android-dialogfragment onsaveinstancestateI have an IllegalStateException on showing a DialogFragment : java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState i know …
android android-fragments android-dialogfragment dialogfragmentOk I'm really confused here on how to make a custom dialog properly using the latest appcompat v23.0.1 Here is …
android android-dialogfragment android-dialog android-appcompatThis is how it looks at first: This is the dialog fragment that pops when "edit" is pressed and I …
android android-dialogfragment redrawIn my dialog fragment, I am able to show the keyboard using getDialog().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT STATE_…
android android-softkeyboard android-dialogfragment dialogfragmentHere is how my layout looks like: I have a parent activity which has a custom view (view1 that handle …
android android-fragments touch-event ontouchlistener android-dialogfragmentI am having a custom DialogFragment which contains a layout, some UI elements, and a Fragment holder layout. What I …
android android-layout android-fragments android-dialogfragment fragmenttransactionIn my Activity (that extends android.support.v7.app.ActionBarActivity) I have a fragment that is normally include into my …
android android-fragments android-dialogfragment illegalstateexception android-actionbar-compatIm trying to display an DialogFragment with match_parent both for height and width but it happens that on top …
android android-dialogfragment android-dialog android-windowmanager android-window