News

Playing with Kotlin on Windows This repository gathers Kotlin code examples coming from various websites and books. It also includes several build scripts (Bash scripts, batch files, Gradle scripts, ...
Consider the screenshot above, where I have converted a Java code sample (at left) to Kotlin automatically. Notice that the mindless repetition inherent in instantiating Java variables has gone away.
A lot of the time, code will look a fair bit simpler and shorter in Kotlin for Android as compared with Java. Consider the following example of adding an onClickListener to a floating action ...
This page assumes you already understand Epoxy and have read the rest of the wiki. This only adds additional context on top of that for how Kotlin usage can differ. Here are some ideas for using ...