Anyone here tried out the LiveData in kotlin? Havi...
# android
a
Anyone here tried out the LiveData in kotlin? Having a hard time setting it up or rather instantiating it in my activity
z
@anstaendig There is a good project in github 😋 https://github.com/KucherenkoIhor/Android-Architecture-Components
a
Good thing, but I'd love to see how the android.arch.lifecycle:reactivestreams works in practice
ReactiveStreams contains only one class. If you want I can add sample with LiveDataReactiveStreams. It's a very simple util class
👍 1
a
I got it working, thanks