-
**URL of codelab**
https://developer.android.com/codelabs/basic-android-kotlin-training-internet-images#2
**In which task and step of the codelab can this issue be found?**
Display an internet im…
-
## Describe the bug
When trying to load an image url I am seeing SocketTimeout exception even though the image is clearly available when loading the same url through a browser.
For e.g
When I ho…
-
**Question.**
Is there anywhere a documentation or guideline for how to use **ApolloClient** together with **MockWebServer**?
If I do something like that, it fails:
```
val apolloCl…
-
Hello,
When trying to implement the 0.12.0 version of accompanist-coil I have multiple weird crashes as if the compose methods were not recognized with the following stacktrace :
`java.lang.NoSuch…
-
**Caused by: java.lang.NoClassDefFoundError: android/os/Looper**
at kotlinx.coroutines.android.AndroidDispatcherFactory.createDispatcher(HandlerDispatcher.kt:55)
at kotlinx.coroutines.android.And…
-
When using **GlideImage** with no network or with invalid URL the **error** composable function is shown correctly,
but after switching to another app or closing the screen and returning, the app cr…
-
**Describe the bug**
I have a custom fetcher to retrieve images from files via the Storage Access Framework. These images are displayed in the items of a RecyclerView. The image is successfully loa…
-
Hi,
Our company was using Coil for a while with no issues, but lately we've started to receive a number of crashes (both with 1.0.0-rc3 and 1.0.0).
Looks like it's not tied to a single device or …
-
How to find `MemoryCache.Key` with they real key?
On `HttpUriFetcher`, `MemoryCache.Key` key is generated based on `data.toString()` that is image url.
In case i not hold `MemoryCache.Key` returned …
-
The app crashes because the device does not support hardware bitmaps.
Device: Xiaomi Redmi 6 Pro
Os: 8.1.0, MIUI Global 10.0
Logs:
```
java.lang.IllegalStateException: Software rendering does…