danylovolokh / VideoPlayerManager

This is a project designed to help controlling Android MediaPlayer class. It makes it easier to use MediaPlayer ListView and RecyclerView. Also it tracks the most visible item in scrolling list. When new item in the list become the most visible, this library gives an API to track it.
3.15k stars 747 forks source link

onStateFling is not called #106

Open perusudroid opened 5 years ago

perusudroid commented 5 years ago

While scrolling the next neighbour item is loaded. But i can't able to pause the video playing in the current view. While playing video if i scrolled next video is also playing. deactivateCurrentItem is not triggering onStateFling.

While scrolling, neighbour video is played but i want to release the video from current view and make the Thumbnail imageview visible.

Please help me to solve this....