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.
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.
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....