“FindViewById кнопка Kotlin” Ответ

FindViewById кнопка Kotlin

 val btCapturePhoto = findViewById(R.id.btn_camara) as Button
Zarden

FindViewById кнопка Kotlin

val button1 = findViewById(R.id.calculate_button) as Button
        val button2 : Button = findViewById<Button>(R.id.calculate_button)
        val buttno3   = findViewById<Button>(R.id.calculate_button) // Kotlin will detect type and assign it 
Jovan Svorcan

Ответы похожие на “FindViewById кнопка Kotlin”

Вопросы похожие на “FindViewById кнопка Kotlin”

Больше похожих ответов на “FindViewById кнопка Kotlin” по Kotlin

Смотреть популярные ответы по языку

Смотреть другие языки программирования