Hey I am working in retrofit in android kotlin. I ...
# squarelibraries
v
Hey I am working in retrofit in android kotlin. I want to track progress when we uploading file in server. I tried this solution it's working fine.
Copy code
implementation "com.squareup.retrofit2:retrofit:2.9.0"
1. How to pause uploading the file through server as well. 2. How to cancel uploading the file.
Copy code
implementation "com.squareup.retrofit2:retrofit:2.9.0"