Adding OnItemSelectedListener to Spinner
问题 I have a button and a spinner (originally hidden). When user presses a button, spinner gets populated with items and becomes visible. Now I would like to add OnItemSelectedListener to the spinner. and I have tried many tutorials with no luck. This is my OnCreate function public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); Button load_routes = (Button)findViewById(R.id.load_routes); Spinner routes = (Spinner)findViewById(R.id