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

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

Copy range with conditional formatting -

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