An open API service indexing awesome lists of open source software.

https://github.com/sunfusheng/glideimageview

基于Glide V4.9.0封装的图片加载库,可以监听加载图片时的进度
https://github.com/sunfusheng/glideimageview

glide glideimageloader glideimageview imageloader progressview shapeimageview

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# GlideImageView [ ![Download](https://api.bintray.com/packages/sfsheng0322/maven/GlideImageView/images/download.svg) ](https://bintray.com/sfsheng0322/maven/GlideImageView/_latestVersion)

### 该库是基于[Glide](https://github.com/bumptech/glide) V4.9.0设计的,实现如下特性:

1、监听加载网络图片的进度

2、动态加载成有弧度的图片、圆形图片、高斯模糊图片更方便

3、链式设置触摸图片的透明度和非使能的透明度

4、增加九宫格控件,具体使用参考[NineImageViewActivity](https://github.com/sunfusheng/GlideImageView/blob/master/Sample/src/main/java/com/sunfusheng/glideimageview/sample/NineImageViewActivity.java)


### 监听加载高清图片进度的效果图


### [APK下载地址](https://fir.im/GlideImageView),去手机上体验吧 (◐‿◑)


### 具体使用说明如下

#### Gradle:

compile 'com.sunfusheng:GlideImageView:'


#### GlideImageView 主要方法

load(String url, @DrawableRes int placeholder, int radius, OnProgressListener onProgressListener)

load(Object obj, @DrawableRes int placeholder, Transformation transformation, OnProgressListener onProgressListener)

loadCircle(String url, @DrawableRes int placeholder, OnProgressListener onProgressListener)

loadDrawable(@DrawableRes int resId, @DrawableRes int placeholder)


### 个人微信公众号


### 关于我

[GitHub: sunfusheng](https://github.com/sunfusheng)

[个人邮箱: sfsheng0322@126.com](https://mail.126.com/)

[个人博客: sunfusheng.com](http://sunfusheng.com/)

[简书主页](http://www.jianshu.com/users/88509e7e2ed1/latest_articles)

[新浪微博](http://weibo.com/u/3852192525)