# Rx by example - Volume 3 (the multicast edition)

DevFeed: [Rx by example - Volume 3 (the multicast edition)](<https://devfeed.tech/articles/rx-by-example-volume-3-the-multicast-edition-25370.md>)

Original publisher: [Read original article](<https://kau.sh/ppt/rx-by-example-volume-3-the-multicast-edition/>)

Author: Kaushik Gopal

Published: 2017-07-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Kaushik Gopal's Site](<https://devfeed.tech/sources/kaushik-gopal-s-site.md>)

Topics: [RxJava](<https://devfeed.tech/topics/rxjava.md>), [android-development](<https://devfeed.tech/topics/android-development.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [android-development](<https://devfeed.tech/tags/android-development.md>), [examples](<https://devfeed.tech/tags/examples.md>), [learning](<https://devfeed.tech/tags/learning.md>), [rxjava](<https://devfeed.tech/tags/rxjava.md>), [talks](<https://devfeed.tech/tags/talks.md>)

## AI overview

A talk uses practical examples to explain RxJava multicasting, including how it can share work across an application and enable reuse. It is aimed at helping developers understand RxJava concepts through examples.

## Source excerpt

The Android development community today has embraced Rx(Java) in all it's glory. But as developer's understanding of RxJava has matured, they've started to peel back the layers and unleash its true power and potential. One such power is "Multicasting" where you get to share work across your app and reuse a whole bunch of stuff. This is really hard to do in general but Rx makes it really really easy. Rx itself though has a steep learning curve. But the easiest way to grasp the concepts and features of Rx, is through examples. I've given talks in the past explaining Rx usage purely through examples and folks have found this to be the easiest way to warm up to Rx. So that is what we'll do today, learn by examples! In this talk, we look at fresh set of examples, all demonstrating the powerful concept of multicasting, but in the comfortable playground of simple and practical examples. Slides ##