Conditionals
This is a pretty quick one:
Kotlin has the standard Java if / else if / else statements Continue reading “Learning Kotlin – Part 4”
The Adventures of Dash Daring in Code & Music & Business
This is a pretty quick one:
Kotlin has the standard Java if / else if / else statements Continue reading “Learning Kotlin – Part 4”
I wanted to try writing an Android app. In spite of using plain old Java I wanted to give the new kid on the block Kotlin (from the Jetbrains folks) a try.
Coming from a Python background it’s good to see that Kotlin doesn’t use semi-colons! But the curly braces from Java make code blocks are still there, hmpf… Continue reading “Learning Kotlin – Part 1”