I have an app with a recyclerview which I have implemented View.OnClickListener
in its respective adapter, all the functionality of OnClick works perfectly for each item in the recyclerview the problem is that I want it to behave differently depending on what part of the item it was "clicked"
To give an example with this image I want that if the user clicks the section (1) of the item a particular event occurs instead of that event happening if the item was clicked on any other part of it.
in conclusion if the user clicks the section (1) of the item, the app makes the Evento1
and so on with all the sections of the recyclerview item