tcking / GiraffePlayer2

out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Apache License 2.0
377 stars 110 forks source link

Thumb from network is not catch and saved as cover view when I am playing list of video's one after other All thumb should be there right? !!! #151

Open tusharuit25 opened 5 years ago

tusharuit25 commented 5 years ago

Glide.with(context).load(ImagePath).apply(new RequestOptions().signature(new ObjectKey(kampfeedItem.getPostUpdatedDate())) .diskCacheStrategy(DiskCacheStrategy.ALL)).transition(GenericTransitionOptions.with(R.anim.fade_in_activity)).into(holder.videoView.getCoverView());