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 -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -