android - spinner set selection doesn't working -


i need add setselection method spinner using position database.

i try both(in position of text)

spinner.setselection(in);  spinner.setselection(in,true); 

but shows first object in array used spinner

thanks help

make sure setselection() called after done spinner's setadapter().


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -