Top "Android-popupwindow" questions

The popupWindow is an AndroidView Container displayed on top of the current activity to show any view.

Should I use a PopupWindow or DialogFragment for accepting input?

I am doing a Popup with 3 Spinners and an EditText. After reading many blogs and articles I can't decide which …

android android-dialogfragment android-popupwindow
TextInputLayout: RuntimeException - Failed to resolve attribute at index 24

I keep on getting this error when I try to setErrorEnabled on my textInputLayout : 03-12 12:29:03.206 5706-5706/? E/AndroidRuntime: FATAL EXCEPTION: …

android android-edittext android-popupwindow android-textinputlayout
Android - Popup window not showing in fragment

I'm creating a popupWindow but it is not showing on my Fragment when I call it. Here is my code …

android android-fragments android-popupwindow
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
Display PopupWindow upon clicking a button?

Currently, I have a button, within a Linear Layout, like so: <LinearLayout android:layout_width="match_parent" android:layout_…

java android android-linearlayout illegalstateexception android-popupwindow
Android PopupMenu how to change menu item text color?

I have created style that change the popup menu background color and now i need to know how to change …

android android-menu android-popupwindow
How to open Draw Overlay permission popup in MIUI?

I want to open this permission popup in MIUI. I have tried this code, but this will not open permission …

android android-permissions android-popupwindow