Android Question position manual spinner from db

merlin2049er

Well-Known Member
Licensed User
Longtime User
I can't remember how I did this, I've been looking thru some of my old code but unable to find it.

I'm using dbutils to execute and fill one spinner, and I've also have a category spinner that is manually defined in activity create.

So basically, I'd like to set the position of the manual spinner based on the selection of the dynamic spinner.

Any suggestions?
 
Top