ScrollGalleryView
ScrollGalleryView copied to clipboard
Get thumbnails for video from video itself
Is this feature completed? is there any commit id if completed?
@MSMubarak Hi, it's not implemented yet.
You can override DefaultVideoLoader and Set in loadMedia instead of thumbnail Glide will load thumbnail from url
Glide.with(context)
.asBitmap()
.load(url)
.into(imageView);