-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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).
Reactions are currently unavailable