Kotlin Flow binding APIs for Android’s platform and unbundled UI widgets, inspired by RxBinding. Flow is (conceptually) a reactive stream implementation provided by the Kotlinx-coroutines-core artifact. FlowBinding offers an extensive set of extension functions that turn traditional callbacks/listeners on Android UI widgets into the Flow type.
Features
- Documentation available
- Examples available
- Kotlin Flow binding APIs for Android's platform and unbundled UI widgets, inspired by RxBinding
- Flow is (conceptually) a reactive streams implementation provided by the kotlinx-coroutines-core artifact
- FlowBinding offers an extensive set of extension functions that turn traditional callbacks
- Binding UI Events
