codelab-android-lifecycles
codelab-android-lifecycles copied to clipboard
Where do the lifecycle-aware components remove the observer which I added before?
According to https://github.com/googlecodelabs/android-lifecycles/issues/5,
Yes, that's the whole point of the new lifecycle-aware components, no need to unsubscribe/remove observers.
I really wonder where the lifecycle-aware components remove the observer which I added before.
same confusion