Provides Information on Android
Spinner s = (Spinner) findViewById(R.id.spinner_id); int i = adapter.getPosition("blue"); s.setSelection(i);