Shawn Tucker
04/01/2021, 6:32 PMstore
is too big to be persisted? Until today, I reflected in my state
object, which data
I should query. This is important because my data
can be too big for my savedStateHandle[android]
to restore. The problem I am facing with this approach is that sometime my state
depends on the data
and sometime the data
depends on my state
.
Any suggestions/articles that address that state != data
and can help me find a better approach that solves the issues I am facing?Arkadii Ivanov
04/01/2021, 6:50 PMstate
depends on the data
etc, and why is that causes any issues?