Guest User

Reddit Answer

a guest
Jul 2nd, 2024
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.17 KB | None | 0 0
  1. val buttons: List<Button> = with(binding) {
  2.     listOf(ids, of, your, buttons)
  3. }
  4. buttons.forEachIndexed { id, button ->
  5.     button.setOnClickListener { doSomething(id) }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment