/ ANDROID, TALKS

My talk about Kotlin Flow at DevFest Leiria 2019

That's not my computer. My stickers are cooler! Photo by GDG Leiria .

On December 14 of 2019, I gave a talk about Kotlin Flow at DevFest Leiria. My main motivation for wanting to give this talk was simple: reactive programming is here to stay. Most Android devs nowadays are used to sprinkle RxJava throughout their apps, even if they don’t actually have use for reactive streams and just want to simplify thread scheduling. However, it’s also true that more and more devs are becoming aware that Rx is an overkill for their use case, and long for better options.

Kotlin Flow is one of the new additions to the Kotlin coroutines library, and is meant to bring reactive streams to the coroutine world. But is it as powerful as RxJava? In this talk, I explored what Kotlin Flow is, how can it be used, and how can it imbue our apps with the power of reactive programming.


I had a great time. GDG Leiria managed to pull off a wonderful event, and it was their first DevFest! You can find a link to the slides here, and a link to the event page here. Thank you for reading!