How can I create typing animation in draw stage? <...
# compose
b
It's not just laggy in debug is it? You are testing in release mode and r8 enabled?
c
r8 is default and why do I need to test it in release mode?
b
You can only judge performance in release mode
If you are just running in debug, you will have r8 off as well
c
I ran it in release mode with minified but still the same.
b
You are changing the actual text so this would be pretty hard to just do in the draw phase
c
Ah, well, I was confused with some other question. It doesn't visually have any lags but since my method makes the composable function be called again as compose stage whenever the index changes. Just wanted to improve the code run on draw stage.
I will check and try with the link. Thank you.