・
Review 1
・
Average rating 5.0
The lecture helped me a lot in understanding RxJAVA. In each lecture, there is a beginning and end, an explanation of the next lecture, easy and core explanations and lecture materials, example codes, etc., so I thought that you prepared a lot while taking the lecture. In particular, the explanation of the operator used virtual data that could actually occur, so it was very helpful to imagine in which situations the operator would be good to use. I am still confused about why the producer and consumer have subscribe at the same time, so I will pay attention to that part when I watch the lecture again. Thank you for providing a great lecture.
One of the biggest goals in making this course was to help you easily get started with reactive programming, and I'm so happy that you understand my intentions exactly. ^^;; I'm so glad it was helpful. In the real world, producers and consumers are mostly separated, but in the software world, it's natural that it's not familiar to subscribe and receive data through the producer's object. I'd like to tell you that this part will become a little clearer if you come across server/client communication using reactive programming. I'm so glad that you were able to take a step into reactive programming. See you again. Thank you~