conferences | speakers | series

Start with the Kotlin flow

home

Start with the Kotlin flow
FOSDEM 2021

Kotlin flow is a new stream processing API introduced in kotlin. In this talk we'll learn about flow API's, internal details & how flow can be used to handle asynchronous streams of data.

In this talk we'll cover

-- Overview of flow

-- Why we need flow

-- Internals and deep dive in flow API's

-- How a flow can be created

-- Using flow in android apps

-- Exception handling in flow processing

-- Testing flows

Speakers: Abhishesh Srivastava