MultiSelectSpinner mySpin = (MultiSelectSpinner)findViewById(R.id.spinner1); Caused by: java.lang.ClassCastException: android.widget.Spinner cannot be cast to com.example.testspinner.MultiSelectSpinner why?
MultiSelectSpinner mySpin = (MultiSelectSpinner)findViewById(R.id.spinner1);
Caused by: java.lang.ClassCastException: android.widget.Spinner cannot be cast to com.example.testspinner.MultiSelectSpinner
why?