Avoid referencing resources in ViewModel Android
Referencing resources like stringResource in ViewModel is anti-pattern. This post shows how to avoid it.
Referencing resources like stringResource in ViewModel is anti-pattern. This post shows how to avoid it.