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