The main problem is `View` by itself does not have...
# android-architecture
e
The main problem is
View
by itself does not have any lifecycle, so there is no proper place to unsubscribe. You still need to do that in `Activity`/`Fragment`.
👍 1