I hope this is the place for Coil questions. How d...
# compose
m
I hope this is the place for Coil questions. How do I point to my own instance of OkHttp with Coil and rememberImagePainter?
t
I have not really tried it, but will this help? https://coil-kt.github.io/coil/getting_started/#singleton
c
m
is there any advantage in sharing an already using client in our app, with coil ?
m
Im adding some extra headers to get the correct image for the specific device. But also if you need to add auth headers it's better to have it in one place