I have defined com.pierfrancescosoffritti.androidyoutubeplayer.core.player.views.YouTubePlayerView inside adapter layout of my recyclerview and I am not able to figure out how to add lifecycleobserver to the view. I am passing context in the adapter of my recyclerview but I can't access lifecycleobserver
Add an extra contstructor argument and pass a lifecycleoberver in there, or add a public method and pass a lifecycleobserver using it after constructing.
You can get the lifecycle from an Activity or Fragment.