Kotlin Flow: Getting Started [SUBSCRIBER]

栏目: IT技术 · 发布时间: 5年前

Kotlin Flow Primer

Learn about where Kotlin Flow fits in the landscape of asynchronous programming on Android, and define cold, asynchronous streams.

See how to create an asynchronous flow and compare to synchronous alternatives, and learn about collecting a flow.

Learn about the use of various flow builders, including the flowOf function and asFlow that converts collections like lists to flows.

See how Kotlin Flow adheres to the notion of structured concurrency, and implement a simple use case of flow cancellation via a timeout.

Learn how to manipulate flows with the common map, filter, and reduce operators and also learn about the Flow transform operator and terminal operators.

Unlike Rx streams, completion events are not inherent in flows. See how to add actions that run when a flow completes, both imperatively and declaratively.

Working with Flows

Coroutine context determines the configuration in which a flow runs; see how to change the coroutine context using flowOn.

Flows are intended to be used for long running operations; see how to use buffering to handle flow processing and flow emission taking different times.

Learn about the operators that are available in the Kotlin Flow API to combine flows, and also see how to use the onEach and flatMap operators.

Exceptions may occur when flow elements are being emitted or collected; see how to handle exceptions in both cases.

Kotlin Flow on Android

Switch from simple flows in IntelliJ IDEA to working with flows in an Android app, and get an introduction to the Android sample project.

See how to create a flow running from the app local database through the app repository and ViewModel and into the user interface.

Learn about how channels can be used to inject elements into flows, and apply your knowledge of flow operators in the Android app.

Apply what you learned about combining operators to combine a flow from the database with a flow of data retrieved over the network.


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

社交网站的数据挖掘与分析

社交网站的数据挖掘与分析

Matthew A. Russell / 师蓉 / 机械工业出版社 / 2012-2 / 59.00元

Facebook、Twitter和LinkedIn产生了大量宝贵的社交数据,但是你怎样才能找出谁通过社交媒介正在进行联系?他们在讨论些什么?或者他们在哪儿?这本简洁而且具有可操作性的书将揭示如何回答这些问题甚至更多的问题。你将学到如何组合社交网络数据、分析技术,如何通过可视化帮助你找到你一直在社交世界中寻找的内容,以及你闻所未闻的有用信息。 每个独立的章节介绍了在社交网络的不同领域挖掘数据的......一起来看看 《社交网站的数据挖掘与分析》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

在线进制转换器
在线进制转换器

各进制数互转换器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换