coil-composable
coil-composable copied to clipboard
Add composable as a place holder
In a situation you might want to show a progress bar to indicate until Image is downloaded.
1- Composable is rendered (No image yet)
2- A ProgressBar
is shown instead of image indicating image is waiting to be downloaded
3- Image is downloaded and will be displayed
Is it possible?
That should be fairly easy to add... I could look into it when I have some time. But I have no guarantee's on a timeline. You are welcome to implement it and make a pull request