[android-developers] Spinner questions

2010-01-08 Thread tonybse
Hello, I would appreciate if somebody can comment the questions below... - is there any way to read the spinner status (is it open or closed) ? - Is there any way to change the content of the spinner items without closing it? Currently, I can set a custom data adapter and show the spinner.

[android-developers] Spinner Questions

2009-05-06 Thread Dladu
Hello, I am trying to add two spinners on a page with a submit button for an episode guide like program. I am trying to make it so the first spinner seasons controls the second spinner episodes (As there if different # of episodes each season) So far I have the two spinners using the following