Architecture components uses a ViewModel. The app ...
# android
j
Architecture components uses a ViewModel. The app I'm working on now is older than Arch components, so I've not had a chance to dig into it. The app uses Presenters whose lifecycle is managed by the framework via the Loader apis
n
Are ViewModels normally referenced/cached somewhere outside the active Activity heirarchy? I guess a Loader could do it but I'm not using them for this as I'm using Rx.