-
Notifications
You must be signed in to change notification settings - Fork 5
OtherExtensions
Birju Vachhani edited this page Sep 26, 2019
·
1 revision
intent.put {
"name" to "Birju"
"age" to 23
}
// checkBox.isChecked = true
checkBox.check()
// checkBox.isChecked = false
checkBox.uncheck()
For more information, look at the Utils.kt file.
Here are the available Class Extensions: