Skip to content

Hi7cl4w/Glide-Progress-Plugin

Repository files navigation

Glide Progress Plugin Download Build Status

Glide ImageView with progress status

Usage

Step 1

Gradle

dependencies {
      compile 'com.squareup.okhttp3:okhttp:3.3.1'
      compile 'com.github.bumptech.glide:glide:3.7.0'
      compile ('com.github.bumptech.glide:okhttp3-integration:1.4.0'){
        exclude group: 'glide-parent'
      }
      compile 'com.manuknarayanan:glideprogressplugin:0.0.2'
}

Maven

<dependency>
  <groupId>com.manuknarayanan</groupId>
  <artifactId>glideprogressplugin</artifactId>
  <version>0.0.2</version>
  <type>pom</type>
</dependency>

Ivy

<dependency org='com.manuknarayanan' name='glideprogressplugin' rev='0.0.2'>
  <artifact name='glideprogressplugin' ext='pom' ></artifact>
</dependency>

Code example(pending)

====

Advanced usage

Please visit Wiki

Thanks

##About me

If you get any problems when using this library or you have an internship opportunity, please feel free to email me. 😃

About

Glide Progress Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published