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

Ansible - ERROR! the field 'hosts' is required but was not set -

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

customize file_field button ruby on rails -