For a person who is just starting on reactive prog...
# android
s
For a person who is just starting on reactive programming, could you drop in the replies on what you think are good resources to learn RxJava and RxKotlin?
g
Well, I’d suggest you skip Rx and take a look straightaway into coroutine’s Flow. It’s gonna supersede RxKotlin eventually. The concepts are the same but it’s better supported by the language and the compiler. Otherwise read the official Rx docs and check out Rx Marbles
☝️ 3
s
@georg but coroutine’s Flow is still reactive paradigm?
a
@georg yeah flow will eventually supersede rxjava but a huge number of companies do use it currently and being proficient in it is a requirement in a lot of interviews
p
@Apex being proficient in what exactly? RxJava or Flows?