Top "Android-popupwindow" questions

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

How to create a popup window (PopupWindow) in Android

To create a simple working PopupWindow, we need to do the following: popup_example.xml: <?xml version="1.0" encoding="utf-8"?&…

android popupwindow android-popupwindow
Blur or dim background when Android PopupWindow active

I would like to be able to either blur or dim the background when I show my popup window using …

android popupwindow android-popupwindow
Is there a simple example of the PopupWindow class using Android v2.0?

I looked online and was not able to find a working example of the PopupWindow class. The code examples I …

android android-popupwindow
Android popup window not filling screen size?

I am trying to make a simple pop up window. But every time I make one, it ends up being …

android popupwindow android-popupwindow
how to make animation for popup window in android

I hava a popup window in my application, its appears when some button clicked I want to set fade in …

android android-popupwindow
How to achieve custom dialog at the bottom of the screen in Android

Which component do I choose to achieve custom dialog at the bottom as shown in the below image? Shall I …

android android-alertdialog android-dialogfragment android-popupwindow
Change background popupMenu in Android

I tried to change background of popupmenu, but my implementation does not work. This is my code: <style name="…

android android-theme android-styles android-popupwindow
dismiss the popup window by back button

I want to Dismiss the popup window by clicking outside of the popup window or by the back button, but …

android android-popupwindow
Android PopupWindow elevation does not show shadow

Android PopupWindow does not show shadows when the elevation is set. It appears to support it from the documentation. I …

android android-5.0-lollipop android-popupwindow
Showing a popup window from Fragment

I want to show a popup window from my PlaceHodler class extending Fragment when the button is clicked. For a …

android android-fragments android-view placeholder android-popupwindow