Auto play video, e.g. facebook, android

How to do auto play, for example facebook in the list, only one video at a time, and pause it when it goes out of focus.

Thank you very much. I hope you help me.

+6
source share
1 answer

Here is a video for automatic playback in the list and recyclerview.

Implementation of video playback in a scrolled list (ListView and RecyclerView) Danilo Volokha

The following is the gradle dependency for the library:

dependencies { compile 'com.github.danylovolokh:video-player-manager:0.2.0' } 

Article link and git link code

Demo

enter image description here

+2
source

Source: https://habr.com/ru/post/978532/


All Articles