Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.41 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.41 KB

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. 😃