Creating an Observable

Different ways to create an Observable

Now that we have a basic, high-level understanding of the different components of RxJava, let’s dive into the Observable a bit more, specifically, different ways that we can create one. We’ve glanced at the most verbose way of creating an Observable ( .create()). However, there are simpler and more convenient APIs that are available to us.

Get hands-on with 1200+ tech skills courses.