DingMouRen / LayoutManagerGroup

:point_right: Customize the LayoutManager of RecyclerView(自定义LayoutManager)
4.98k stars 680 forks source link

Show progress bar when Video from url to use in ViewPagerLayoutManager #54

Open PriyaSen699 opened 5 years ago

PriyaSen699 commented 5 years ago

Hi, really it is a great library.I am using this and struck in one situation.set video path from url rather than assets or raw folder.I am able to set but how to show progress bar while loading and are you provide any progress while video buffering and are you provide any method for download.

Wating for your replay. thanks for reading

senjoeson commented 5 years ago

Hello, @PriyaSen699 you can do this like the following step:

FIrstly: define a SeekBar like ( or ProgressBar, both are right ), image

Secondly: difine a object Handler and like the following of screenshot: image

then you can get the progress by VideoView