Use variable from ViewModel in Activity. Best practices
I have a List
on the VM that I want to use in the activity.
This List won’t change on time, will always be the same, so it is not a State
.
Should I do the following on the activity?
I have a List
on the VM that I want to use in the activity.
This List won’t change on time, will always be the same, so it is not a State
.
Should I do the following on the activity?