switch android kotlin
var num = 2 when (num) { 1 -> { Log.e("num is 1") } 2 -> { Log.e("num is 2") } 3 -> { Log.e("num is 3") } }
switch android kotlin
var num = 2 when (num) { 1 -> { Log.e("num is 1") } 2 -> { Log.e("num is 2") } 3 -> { Log.e("num is 3") } }
android studio change activity kotlin
val button: Button = findViewById(R.id.Button) button.setOnClickListener{ val intent: intent = Intent(applicationContext, ActivityToBeOpened::class.java){ startActivity(intent) } }
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us