Ray Ryan & Zach Klippenstein: Workflow (1 of 5)

Опубликовано: 17 Май 2026
на канале: Android Dialogs
2,233
17

Pre-release sneak peek from Ray & Zach on workflow, a library 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

(0:27) Square
https://squareup.com

(1:20) Workflow talks
   • Video  
   • Fragmented Podcast Episode #106: The React...  
   • droidcon SF 2017 - The Reactive Workflow P...  
   • Video  

(2:04) Workflow slide
https://docs.google.com/presentation/...

(4:12) Sealed classes
https://kotlinlang.org/docs/reference...

(4:40) Git commit for the pair programming section
https://github.com/square/workflow/co...

(10:09) Observable
http://reactivex.io/documentation/obs...

(11:51) Operator overloading
https://kotlinlang.org/docs/reference...

(14:06) Advocating Against Android Fragments
  / advocating-against-android-fragments