1 min readMay 22, 2019
If your work isn’t tied to a particular screen and should continue even if the user navigates away, the view model scope isn’t what you should be using; you should be using something with a lifecycle that isn’t tied to the screen, this is pretty easy to do
I think the GlobalScope is great for this, I’d think that’s what it was designed for.