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.
ViewModelでstringResource等でリソースにアクセスするのはアンチパターンです。その解説と回避方法を載せています。