janishar / PlaceHolderView

This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
http://janishar.com/PlaceHolderView
Apache License 2.0
2.11k stars 367 forks source link

How to get spinner item in position. #132

Open vinayapporio opened 6 years ago

vinayapporio commented 6 years ago

I have a placeholder that contains a spinner. So i want to get the position of the clicked item. But @Click() method gives error 'that you cant use onclicklistener on adaptervire, use onitemclicklistener', and using setOnItemClickListener on spinner isnt wrking.

Please any proceeding will be helpful.