Android Question Adding value to a Spinner

dexMilano

Active Member
Licensed User
Longtime User
I'm starting to use spinners.
Is it possible to add also a "value" in the items of a spinner?

In the listview you have Add..(item) and Add...2(item, value).
In spinner instead I've found only the Add(item).

Am I missing something?

Thanks

dex
 

dexMilano

Active Member
Licensed User
Longtime User
:-(
So you can add the item but not a related value.

Which could be the solution to manage a value related to the choosen item in a spinner?
managing manual a parallel array?

I'm asking becasue for sure someone already did something.

Thanks

dex
 
Upvote 0
Top