RxMapsAndroid
RxMapsAndroid copied to clipboard
ViewModel life cycle
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).