https://kotlinlang.org logo
#compose
Title
# compose
r

rsktash

01/28/2021, 7:22 PM
How to call suspend functions?
l

Leland Richardson [G]

01/28/2021, 7:24 PM
s/onActive/LaunchedEffect
r

rsktash

01/28/2021, 7:25 PM
onActive also deprecated ))
d

Doris Liu

01/28/2021, 7:39 PM
Leland is recommending using
LaunchedEffect
instead. Here I would recommend an entire different animation API altogether:
rememberInfiniteTransition
r

rsktash

01/28/2021, 7:56 PM
Thank you @Doris Liu
👍 1
2 Views