Join Slack
Powered by
could any one tell how to implement file download ...
# android
s
san
12/25/2020, 8:40 AM
could any one tell how to implement file download with progress in retrofit like whatsapp file download progress
google
6
stackoverflow
2
t
treatmaster
12/25/2020, 11:08 AM
I have one but with ktor here
https://gist.github.com/stevepham/b05c634e12effca76ae0e9b86d9247a8
. it could be the same with retrofit
s
san
12/25/2020, 11:10 AM
ok i will try,thanks👍
f
FunkyMuse
12/26/2020, 10:16 AM
https://github.com/FunkyMuse/KAHelpers/blob/master/retrofit/src/main/java/com/crazylegend/retrofit/progressInterceptor/ProgressResponseBody.kt
And add this interceptor
https://github.com/FunkyMuse/KAHelpers/blob/master/retrofit/src/main/java/com/crazylegend/retrofit/progressInterceptor/OnProgressDownloadInterceptor.kt
z
Zac Sweers
01/02/2021, 9:57 AM
this has nothing to do with kotlin
11
Views
Open in Slack
Previous
Next