thanks in advance <https://kotlinlang.slack.com/ar...
# android
j
Not sure but have a look at
LiveDataReactiveStreams
👌 1
🙏 1
There’s a
.toPublisher()
which you can convert to an Observable if you’d like
👍 1
👌 1
m
I would probably check if I can use LiveData transformations https://developer.android.com/reference/androidx/lifecycle/Transformations.html Sure, not so many of them as in RxJava but maybe it will suit your use case. A conversion to RxJava just in order to use filter function seems to be an overkill for me…
👍 1
👌 1
a
@John thanks, a lot man ♥️
@Michal Harakal thanks alot ♥️