anyone have opinions on using onDetachedFromWindow...
# rx
a
anyone have opinions on using onDetachedFromWindow vs onStop to unsubscribe from a hot observable? onDetachedFromWindow looks like it gets used pretty often but it feels weird to me to have your app doing work when you might have pressed Home.
oh hmm there's a View#onVisibilityChanged