Bit of a rookie question... is it okay to store so...
# getting-started
s
Bit of a rookie question... is it okay to store some values on a shared ViewModel or would it be better to have a singleton class that stores values? For context, I'm storing document ID's from some choices made on a "launch" screen, once you're past the launch screen there's a few fragments set up with bottom navigation that use the ID's as part of their queries to load data.