Android Question Spinner issues

Dman

Active Member
Licensed User
Longtime User
I have attached a sample app that I made up to see what I am doing wrong. If I use targetsdk = 10, the spinner works as expected but if I change it to 14, the spinner doesn't show.

I know it is something stupid but I can't seem to figure it out.
 

Attachments

  • spinnertest.zip
    7.1 KB · Views: 150

Dman

Active Member
Licensed User
Longtime User
It opens with the button if I make the spinner visible in the designer, but I don't want the spinner visible all the time. Am I SOL?
 
Upvote 0

Dman

Active Member
Licensed User
Longtime User
I dunno why I use a spinner. It has just always done what I needed it to do. It still does if I keep the targetsdk at 10.

I never thought about an inputlist but I did that this morning and I think that is the way to go. I like the results, it does exactly what I want it to do.

Thanks guys.
 
Upvote 0
Top