We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Start with the Kotlin flow

Formal Metadata

Title
Start with the Kotlin flow
Title of Series
Number of Parts
637
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2021

Content Metadata

Subject Area
Genre
Abstract
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