Held on 26th June 2018 Kotlin Zagreb Meetup:
https://www.meetup.com/Kotlin-Zagreb/events/251748671/
When RxJava came along, it made our lives so easy that most Android developers jumped ship.
Soon, it was everywhere and everything was a stream. But was that really a good idea?
Now that we have Kotlin, a lot of painpoints solved by (ab)using RxJava are solvable by using plain Kotlin (well, experimental) coroutines.
So should we be jumping ship again? What makes Kotlin a better solution for most of your problems?
In this talk we’ll take a dive into some of Kotlin’s coroutine features and find out how, when and why to say “No” to RxJava.