https://kotlinlang.org logo
j

joelpedraza

10/10/2017, 2:01 PM
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

Neil

10/10/2017, 2:17 PM
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.