coil-kt / coil

Image loading for Android and Compose Multiplatform.

Home Page:https://coil-kt.github.io/coil/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On Download Progress

ghasemdev opened this issue · comments

I think there should be a simpler solution to display the amount of bytes downloaded so that it can be accessed in onLoading instead of the user customizing the okhttp interrupt.

okhttp3-recipes

It's not possible to add simple APIs for every use case. I think OkHttp's existing solution addresses download progress with the right amount of verbosity/flexibility. There are also 3rd party libraries for this use case.