GlideImageView icon indicating copy to clipboard operation
GlideImageView copied to clipboard

基于Glide V4.9.0封装的图片加载库,可以监听加载图片时的进度

Results 35 GlideImageView issues
Sort by recently updated
recently updated
newest added

经常报错glide找不到,然后引入glide就跟GlideImageView的冲突

GlideImageView入侵性太强,必须使用GlideImageView来显示资源,不能当工具包使用,使用其他控件需要使用glide的功能,使用不了

不能找到类GlideRequest和GlideApp,是不是没提交

https://github.com/sunfusheng/GlideImageView/issues/41 ,这个问题新版本没有更新啊,

public class CircleTransformation extends BitmapTransformation { @Override public boolean equals(Object obj) { if (obj instanceof BlurTransformation) { return this == obj; } return false; } } if (obj instanceof BlurTransformation)...

load percentage: 1 totalBytes: 0 bytesRead: 0 onProgress: =1 load percentage: -130000 totalBytes: -1 bytesRead: 1300 onProgress: =-130000 load percentage: -685200 totalBytes: -1 bytesRead: 6852 onProgress: =-685200 load percentage: -685200...

com.github.bumptech.glide:annotations:4.8.0这个库是做什么的呀 能不能简单介绍一下或者把地址发给我去看看

abstract method "com.bumptech.glide.RequestManager com.bumptech.glide.manager.RequestManagerRetriever$RequestManagerFactory.build(com.bumptech.glide.Glide, com.bumptech.glide.manager.Lifecycle, com.bumptech.glide.manager.RequestManagerTreeNode, android.content.Context)" 调用以下代码崩溃: final RequestBuilder requestBuilder = imageLoader.requestBuilder(imgUrl, options); requestBuilder.transition(DrawableTransitionOptions.withCrossFade()) .into(new SimpleTarget(Target.SIZE_ORIGINAL, Target.SIZE_ORIGINAL) { @Override public void onResourceReady(Drawable resource, Transition