Before I try to implement this myself... does anyo...
# compose
c
Before I try to implement this myself... does anyone know if a ContentLoadingProgressBar exists in Compose? https://developer.android.com/reference/androidx/core/widget/ContentLoadingProgressBar If I had to build it myself, would this be a good time to use LaunchedEffect to delay showing the progress bar?
1