How to show a spinner or autocomplete textview on a popup window?
In my application i need to show a popup window which contains spinner or a custom dropdown list. If it is not possible over a popup window, what is the alternative solution?
How to show a spinner or autocomplete textview on a popup window? In my
Share
yes its possible. you need to design your
custom layoutand call that layout in popup windowFor suppose this is my
pop upcode.In this block you can write what you require. good luck