pratikbutani / MultiSelectSpinner

Android - Select Multiple Items from Spinner with Filtration.
http://pratikbutani.github.io/MultiSelectSpinner/
GNU General Public License v3.0
253 stars 125 forks source link

Type parameter T has incompatible upper bounds: View and MultiSpinnerSearch #71

Closed yaelvais closed 4 years ago

yaelvais commented 4 years ago

I have followed the instructions and imported, however I get the following error: Type parameter T has incompatible upper bounds: View and MultiSpinnerSearch

For this line: MultiSpinnerSearch multiSelectSpinnerWithSearch = findViewById(R.id.multipleItemSelectionSpinner);

pratikbutani commented 4 years ago

Have you checked example?

yaelvais commented 4 years ago

Yes, Thank you it helped!