RxMapsAndroid icon indicating copy to clipboard operation
RxMapsAndroid copied to clipboard

ViewModel life cycle

Open tehmou opened this issue 11 years ago • 0 comments

The view model life cycle is missing entirely. Implement something similar as in https://github.com/tehmou/rx-android-architecture

I am starting to lean towards wrapping the properties exposed from the view model with an observable that is able to unsubscribe all subscriptions make to it whenever the view model is destroyed (in other words the fragment that owns it).

tehmou avatar Sep 07 '14 21:09 tehmou