How can i improve the performance of loadings imag...
# compose
a
How can i improve the performance of loadings images by using GlideImage
Copy code
GlideImage(
    model = media.mediaPath, contentDescription = stringResource(id = R.string.thumbnail),
    modifier = Modifier
        .fillMaxWidth()
        .aspectRatio(1f),
    contentScale = ContentScale.Crop,
)