you can: - find button by findViewById and add lis...
# android
d
you can: - find button by findViewById and add listener - you can use Anko https://blog.jetbrains.com/kotlin/2015/04/announcing-anko-for-android/ - you can use Kotlin Android Extensions plugin https://kotlinlang.org/docs/tutorials/android-plugin.html etc. just check what will be the best for you
K 2