But if the url doesn't return the image, I get this error "ClassCastException: coil.request.ErrorResult cannot be cast to coil.request.SuccessResult". How can I catch that error? Also why should we need to cast result into SuccessResult?
@mehmetsaltan95123 жыл бұрын
I am getting this error too. Did you find the solution?
@RashidSoftfruit2 жыл бұрын
@@mehmetsaltan9512 same error please give solution
@RashidSoftfruit2 жыл бұрын
same error classcastException
@chiragpatel64104 жыл бұрын
I just love the way you say OK .. 😃 BTW awesome video.
@prajeetnaga73544 жыл бұрын
Whats the advantage of using this over glide??
@paramvirsingh5640 Жыл бұрын
Coil is an acronym for: Coroutine Image Loader. so I am guessing the only reason to use Coil is to take advantage of Kotlin Coroutines.
@fahrican97084 жыл бұрын
Do you know does Coil support also SVG or GIF ?
@hbz54132 жыл бұрын
Could you please explain (Make a video) how can we show an image with the type of ByteBuffer by Coil into an imageView, and also how can we convert an image (svg or png) to the ByteBuffer by using coil. Thank You
@allanandliftedhands26699 ай бұрын
Should have started by saying why we might need to do that
@AbdulSamad-yu1zn4 жыл бұрын
its loading slow then glide/picasso
@androidpc96562 жыл бұрын
Help ! How i can load image into marker of google map in compose using coil
@omar_m_abu_shanab4 жыл бұрын
l need to java
@nazirjonmakhmadkulov3712 жыл бұрын
how to work coil with video?
@ruslan.r4 жыл бұрын
As I understand it, the cache is not used in this way?
@StevdzaSan4 жыл бұрын
No. In some of the next videos I'm going to create a tutorial about inserting an image in Room database.