[Android] LifecycleDispose: disposes automatically using AAC Lifecycle

Takumi WADA
LifecycleDispose
Published in
1 min readJan 13, 2020
https://github.com/wada811/LifecycleDispose

What is LifecycleDispose

A library that disposes automatically RxJava2 streams using the Android Architecture Components Lifecycle.

In short, LifecycleDispose is the reinvention of uber/AutoDispose. Because it uses AAC Lifecycle, it only works in Android, but its implementation and usage are simple. See the repository for details.

--

--