Caij / GlideGifDrawable

first commit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GlideGifDrawable

GlideGifDrawable is a Glide integration library for decoding and displaying gif images on Android platforms. It is based on android-gif-drawable project.

implementation "com.zlc.glide:webpdecoder:1.4.${GLIDE_VERSION}"

Usage

Basic usage see Glide API documents

 GlideApp.with(this).load("https://wx1.sinaimg.cn/large/005FMDaAly1fziw980dvmg30ds06pkcl.gif")
                .diskCacheStrategy(DiskCacheStrategy.DATA)
                .optionalTransform(PLGifDrawable.class, new PLGifDrawableTransform())
                .into(imageView);

License

MIT License

About

first commit


Languages

Language:Java 100.0%