androidx.lifecycle:lifecycle-reactivestreams
Official Description: Android Lifecycle Reactivestreams
CommonsWare’s Notes
This artifact provides interoperability between LiveData
and the Reactive Streams
set of APIs. In practice, though, developers usually use it to get between
LiveData
and RxJava 2’s classes, using Reactive Streams classes as an intemediary.
Specifically, this artifact contains the LiveDataReactiveStreams
class
and its toPublisher()
and fromPublisher()
methods that map LiveData
to and from Publisher
. RxJava’s classes, like Observable
and Single
,
then offer fromPublisher()
factory methods to wrap the Publisher
in a more conventional type. However, you are welcome to use Publisher
directly, if you so choose.
Documentation
Knowledge
Versions
- Latest Stable: 2.3.0
- Latest Release Candidate: 2.3.0-rc01
- Latest Beta: 2.3.0-beta01
- Latest Alpha: 2.3.0-alpha07
- 2.3.0
- 2.3.0-rc01
- 2.3.0-beta01
- 2.3.0-alpha07
- 2.3.0-alpha06
- 2.3.0-alpha05
- 2.3.0-alpha04
- 2.3.0-alpha03
- 2.3.0-alpha02
- 2.3.0-alpha01
- 2.2.0
- 2.2.0-rc03
- 2.2.0-rc02
- 2.2.0-rc01
- 2.2.0-beta01
- 2.2.0-alpha05
- 2.2.0-alpha04
- 2.2.0-alpha03
- 2.2.0-alpha02
- 2.2.0-alpha01
- 2.1.0
- 2.1.0-rc01
- 2.1.0-beta01
- 2.1.0-alpha04
- 2.1.0-alpha03
- 2.1.0-alpha02
- 2.1.0-alpha01
- 2.0.0
- 2.0.0-rc01
- 2.0.0-beta01
- 2.0.0-alpha1