Replies: 1 comment
-
It's likely the cache control header for the image isn't allowing it to be cached in the disk cache. If you control the server, you can ask them to change the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to load Apng from web, so I add custom APNG Decoder using this library
I expected Imageloader stores image in disk at least (not memory), but it requests from network every time.
Logcat
How can I fix to force disk caching? Please help me 😭
+)
I've tried to add the code like this, but sometimes it's cached on disk and sometimes not.
Its operation is not perfect.
What happend?
Beta Was this translation helpful? Give feedback.
All reactions