else when in android kotlin code example Example: kotlin else if if (a > b) { // if } else if (a == b) { // else if } else { // else }