Join Slack
Powered by
val body = findViewById(R.id.imageButton) as Image...
# russian
p
pugnator
12/18/2017, 5:28 PM
val body = findViewById(R.id.imageButton) as ImageButton body.setOnClickListener { v -> val intent = Intent(v.context, den::class.java) startActivityForResult(intent, 0) }
b
beholder
12/18/2017, 5:38 PM
В чём вопрос-то?
p
pugnator
12/18/2017, 5:39 PM
класс не java a kotlin
b
beholder
12/18/2017, 5:46 PM
Классы Kotlin отображаются в классы Java
3
Views
Open in Slack
Previous
Next