imfms / retrofit-rxjava-request-with-progress

A retrofit calladapter for request progress, change code from square's retrofit library 'retrofit-adapters/rxjava2'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

retrofit-rxjava-request-with-progress

A retrofit calladapter for request progress, change code from square's retrofit library 'retrofit-adapters/rxjava2'

Gradle

repositories {
 maven { url 'https://jitpack.io' }
}

compile 'com.github.imfms:retrofit-rxjava-request-with-progress:Vlatest.version'

TODO

  • Add Download Progress
  • Add Mulit Progress Status
  • Add Document & Sample

About

A retrofit calladapter for request progress, change code from square's retrofit library 'retrofit-adapters/rxjava2'

License:Apache License 2.0


Languages

Language:Java 100.0%