Top "Android-dialog" questions

Base class for Dialogs.

How to use startActivityForResult() through a DialogFragment?

My app requires a username to be added to function properly. The mainActivity displays the username on the top which …

java android android-dialog
Display DialogFragment content below status bar

Im 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
Dim the background using PopupWindow in Android

Can 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-popupwindow
Get positive Button in DialogPreference

Is there a way to get the positive button of a DialogPreference in any of its events? I would like …

android android-dialog dialog-preference
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
Show dialog activity over another app from background

Say 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-task