Working with async tasks using RxSwift is easy and straightforward. For me, the
hardest thing was to grasp the concept of the flatMap operator.
FlatMap - general idea
First, let us focus on
RxSwift provides many ways to combine and merge two or more observables
together. Sometimes more than one thing has to go right to get the desired
result.
Starter project
We will reuse the
This time we will take a look at transformations. RxSwift provides many ways to
manipulate observable's values. I'll show you a couple of basic ones. I'll use
the same starter project [https://github.
Last time [https://arturgruchala.com/rxswift-course-basics/] we talked about
observable and how to subscribe for values. This time I'll show You how to make
sequences more "dynamic"
Subject
Subject in Rx works like
Every one of us is working with git. Some developers like to use GUI clients to
make their life easier, I prefer the good old command line.
Most of the time, we do