Base class for Dialogs.
My app requires a username to be added to function properly. The mainActivity displays the username on the top which …
java android android-dialogIm 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-windowCan I dim the background using a PopupWindow instead of a Dialog? I am asking this because I am using …
android dialog popupwindow android-dialog android-popupwindowIs there a way to get the positive button of a DialogPreference in any of its events? I would like …
android android-dialog dialog-preferenceI 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-dialogfragmentSay you have an app A which opens up another app B (e.g. a map), which is not controlled …
android android-activity android-dialog android-taskI am using this Material Dialog library and when I click the positive button, the onPositive function is called and …
android android-dialog material-designI 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-dialogfragmentI have made the custom dialog following this link and its working perfectly all fine. but then I think to …
android android-animation android-dialog customdialogI have created a custom dialog, the code is below. The problem is that, the height of the dialog is …
android android-layout android-dialog android-dialogfragment