I just need to add setselection
method to my spinner by using the position that get from database.
I already try both(in is the position of text)
spinner.setselection(in);
spinner.setselection(in,true);
but it always shows first object in the array that used by the spinner
thanks for help