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
Could we know wen media player really started? #20
We now have this callback for MediaPlayer state:
But we don't really know when the video is really started. It may load a video over the air so the time to buffer data is a little long.
It's good if we know when MediaPlayer start playing the video, we can make some animation in between preparing and playing.