Ray Ryan & Zach Klippenstein: Workflow Composition (3 of 5)

Опубликовано: 17 Май 2026
на канале: Android Dialogs
516
5

In this episode we talk about how to compose multiple workflows together to build your app.

Workflow is a library from Square for making composable state machines, and UIs driven by those state machines.

Since this is recorded before the 1.0 release, please be aware that the classes and interfaces are very likely to change. However, the concepts will stay the same.

-----

Ray Ryan
  / rjrjr  

Zach Klippenstein
  / zachklipp  

Workflow
https://github.com/square/workflow
https://github.com/square/workflow/co...

(0:58) Nothing
https://kotlinlang.org/api/latest/jvm...

(2:53) React JS
https://reactjs.org

(3:03) Reactor
https://projectreactor.io

(9:06) Sealed class
https://kotlinlang.org/docs/reference...

(9:50) When statement
https://kotlinlang.org/docs/reference...