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 -->
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.
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.