Questions tagged [android-popupwindow]

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

JavaDoc: http://developer.android.com/reference/android/widget/PopupWindow.html

362 questions
-3
votes
2 answers

Layout Design with Pop-up

In Android App, I have a card game designed with the Linear layout and image buttons. On completing a level in this game I have to do the following things as listed below... I have to show a dialog like screen which should pop up on middle of…
-4
votes
1 answer

Setting spinner values by choosing from popupwindow

The image shows the top spinner and bottom popup How to keep spinner and a popup displayed together where spinner values are set by scrolling items on popup? currently, when we click on bottom popup, the spinner gets dismissed and vice versa. …
1 2 3
24
25