Set selected item of spinner programmatically

Use the following:
spinnerObject.setSelection(INDEX_OF_CATEGORY2).

Leave a Comment