Join Slack
Powered by
What is the latest recommended way of loading imag...
# compose
h
Halil Ozercan
08/21/2020, 12:36 PM
What is the latest recommended way of loading images in lazy lists? edit: Both from resources and URL
v
Vinay Gaba
08/21/2020, 4:06 PM
Here are examples of loading from resources and over the network -
https://github.com/vinaygaba/Learn-Jetpack-Compose-By-Example/blob/master/app/src/main/java/com/example/jetpackcompose/image/ImageActivity.kt
Vinay Gaba
08/21/2020, 4:07 PM
There’s also a Coil composable -
https://github.com/chrisbanes/accompanist/blob/main/coil/README.md
h
Halil Ozercan
08/21/2020, 4:24 PM
Thanks a lot
3
Views
Open in Slack
Previous
Next