hhariri / kotlin-java

Demo source code and placeholders for showing value of Kotlin over Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Presentation for 'What can Kotlin do for me'

The code in this repository corresponds to that used at the Google Developer Days Krakow 2017. It focuses on showing some of the value of Kotlin over Java. It does not contain the examples that were done live on stage.

Sequence

  • CustomerJava -> CustomerKotlin
  • Functions in Kotlin
    • Live
    • Return Types and Nothing
    • OverloadedMethodsJava -> OverloadedMethodsKotlin
  • ConditionalExpressionsJava -> ConditionalExpresionsKotlin
  • CastingJava -> CastingKotlin
  • JavaNulls -> KotlinNulls
  • TypealiasesKotlin
  • SingletonJava -> SingletonKotlin
  • LambdasJava -> LambdaKotlin
    • UsingListenerJava -> UsingListenerKotlin
  • DelegatesKotlin
  • ReturnTypesKotlin

About

Demo source code and placeholders for showing value of Kotlin over Java


Languages

Language:Java 60.6%Language:Kotlin 39.4%