eneim / toro

Video list auto playback made simple, specially built for RecyclerView
Apache License 2.0
1.42k stars 253 forks source link

How to display loader icon during prepare video #142

Open shailesh-fusionitechnology opened 7 years ago

shailesh-fusionitechnology commented 7 years ago

Hi, I'm using toro library version 1.2.0 and trying to figure out a workaround for the following functionality:

I want to display loader on top video immediately when we open fragment that contains Recyclerview video list. it display loader but after waiting some time.

When we add loader on xml file then its display on all visible view and I want to display only on view that is going to play. how can i retrieve this functionality.? Where and how can we set visibility of loader that it should display immediatly on those video that is going to play

iamnitesh commented 7 years ago

ExoPlayer Having Diffrent State Like ExoPlayer.STATE_BUFFERING,ExoPlayer.STATE_READY ,ExoPlayer.STATE_ENDED and ExoPlayer.STATE_IDLE.. so you have to working with them for dislpay loader when video prepare..