Is it possible to detect Recyclerview scrolling inside:
override fun onBindViewHolder(holder: ViewHolder, position: Int) {
}
?
Maybe with a workaround? But without using notifyItemChanged(pos)
and notifyDataSetChanged()
I need it to be able to detect when a video is fully visible and then start it if it is and stop when it's not fully visible any more