YS
Size: a a a
YS
YS
S
YS
YS
Kd
EG
DV
КП
KL
Kd
DV
Kd
item = command.item
when(command) {
enumA->{doSomething(item)}
enumB->{doSomethingElse(item)}
}
KL
Kd
KL
Kd
☠🇷
button1.setOnClickListener {
textView.text = getString(R.string.text1)
}
button2.setOnClickListener {
textView.text = getString(R.string.text2)
}
button3.setOnClickListener {
textView.text = getString(R.string.text3)
}
☠🇷