×

Monthly archive for 2015/02

    Mirror and Kotlin

    If you haven’t tried Kotlin, you should really check it out, now! Kotlin gives us lambdas, null safety, better generics and many other features that help us write safe and concise code. Its seamless interoperability with Java, first-class IDE support and small footprint make it a great choice for writing Android apps – It’s simply better than Java (even Java 8). For more details, check out this comprehensive report written by Jake Wharton.

    Read More