Improvement suggestion for the documentation of Coil #905
ibrahimyilmaz
started this conversation in
Ideas
Replies: 1 comment
-
Thanks, contributions welcome! |
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
-
Hi @colinrtwhite
First of all, thank you for
Coil
! It is a very very intuitive library to use and migrating to the coil would be one of the amazing decisions for Android Dev Teams.Recently I do some trade-off analysis for image loading libraries. I am pretty sure that Coil covers the things as much as other libraries do(Bitmap Pooling, Memory Cache, Disk Cache, compression, etc).
Not only I but also the community will appreciate it if you put the information, which is about how you cover the things(like caching, Bitmap pooling, Disk caching) into the documentation of Coil.
Caching
I have found this URL for caching in Coil (https://coil-kt.github.io/coil/getting_started/#memory-cache) but it is not detailed as much as others.
It will be also nice to see :
All the best
Ibrahim
Beta Was this translation helpful? Give feedback.
All reactions