Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LDRAlighieri/e09d34dd0c5bcaddf3728243fa03ae54 to your computer and use it in GitHub Desktop.
Save LDRAlighieri/e09d34dd0c5bcaddf3728243fa03ae54 to your computer and use it in GitHub Desktop.
Example of corbind-material ChipGroup.checkedChanges extension
binding.choiceChipGroup.checkedChanges()
.dropInitialValue()
.map { checkedIds -> state.change(checkedIds) }
.shareIn(scope = scope, started = SharingStarted.Eagerly, replay = 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment