Send Click Event From Recyclerview To Parent Listfragment Or Listadapter
I have a ListFragment with some ListItems. In one ListItem I have some Views and also a RecyclerView with CardViews. In the CardView is a ImageView. I want to use the RecyclerView
Solution 1:
You should post more code to allow us to better debug this issue.
I don't know what you are doing, but the usual pattern how to do this is to make your adapter/fragment implement View.OnClickListener
and View.OnLongClickListener
and attach that in your ViewHolders
to appropriate views.
On the pinch to zoom thing. I have had great experience with Zoomy
Post a Comment for "Send Click Event From Recyclerview To Parent Listfragment Or Listadapter"