A Brief example to see how Kotlin can work with Java at the same time.
Kotlin Java
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
JavaClass.java
KotlinFunctions.kt
MainActivity.kt
README.md

README.md

Several functions Kotlin examples and an use case with Java

A Brief example to see how Kotlin can work with Java at the same time.

We have done a Kotlin class and a Java class. Kotlin class defines several examples of Kotlin functions and the Java class defines a simulated wrapper function to pass an anonymous function through Java.

We have used Android Sutudio 3.