A talk that gets into the basics of using RxJava for observing asynchronous events including user input, network responses, and the result of database interactions.
Observable.from(listOf("moo", "cluck", “quack")) time moo cluck D/Animal Sound: moo D/Animal Sound: cluck E/Error Event: Error in Animal Sounds example at com.rxapplications.example.ExampleClass… X