I am displaying data in recylerView. So if user click on items ( any row ), New activity will be open. It is working fine using below link.
But Row is also contains button. When i am clicking on button. it is opening activity but it should not call RecyclerItemClickListener. I noted my both listener invoked at the time of button click. 1) RecyclerItemClickListener 2) setOnClickListener
I am trying to find a way so when user will click on button. it should only call setOnClickListener not RecyclerItemClickListener .
This is Code
kindly have a look at.