Hi all! I’m new on the compose and I’m following t...
# compose
m
Hi all! I’m new on the compose and I’m following the pathway. the
remember
is a great solution for recomposition but is there any lifecycle aware solution for that? Because, when I rotate the app, and activity recreated I can’t achieve to remembered value. I guess, I should put this data into my model and get with the livedata?
s
You could use
rememberSaveable
as well
🙏 1
m
Thanks a lot
c
Eventually there's been discussions that in a full compose app you can override all configuration changes and so I think
remember
would just work fine on it's own.