Skip to content

Commit d2d07df

Browse files
authored
Update README.md
1 parent 2918fe8 commit d2d07df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RxJava_Samples
2-
Sample codes of RxJava Operations, implementing it's different features in a self explanatory way. It can serve as a fast reference to RxJava features. You will see the desciption of the particular operation at the top of the each Class which can help you better understand the code. Each Java class displays a different RxJava example using a simple code snippet such as the example below demonstrating RxJava `Materialize()` operation.
2+
Sample codes of RxJava Operations, implementing its different features in a self-explanatory way. It can serve as a fast reference to RxJava features. You will see the description of the particular operation at the top of each Class which can help you better understand the code. Each Java class displays a different RxJava example using a simple code snippet such as the example below demonstrating RxJava Materialize() operation.
33

44
```java
55
Observable.just(1, 2, 3).materialize().subscribe(

0 commit comments

Comments
 (0)