Android: setSelection having no effect on Spinner

Try moving the call to setSelection() after the call to setAdapter().

Leave a Comment