Join Slack
Powered by
is it a good idea to animate `CircularProgressBar`...
# compose
m
Mjahangiry75
05/28/2022, 11:28 AM
is it a good idea to animate
CircularProgressBar
value like this:
l
Leland Richardson [G]
05/28/2022, 3:23 PM
looks reasonable to me. To simplify code in the composable might make an extension function on DownloadState
val DownloadState.progress: Float
, to move the if condition somewhere else, but its not fundamentally different
👍 1
2
Views
Open in Slack
Previous
Next