Anyone have guides to writing moderate - complex plain java state holders? I have read the docs on Google’s website (App Architecture / UI layer / Stateholder and UI state, UI Architecture / Managing State/ Where to hoist state, Compose framework guidelines) and still struggle with it.
alexhelder
12/09/2024, 11:18 PM
It’s easy writing stateless composables … and easy pushing state into a viewmodel, but where significant state exists between the Composables and ViewModel have me kinda less sure of things. Reading Compose stateholders like