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…
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. …