Android开发技术周报特刊之Kotlin Issue#3

教程

  1. Kotlin 泛型详解

  2. 在 Kotlin 语言中调用 JavaScript 方法

  3. 快速上手 Kotlin 的 11 招

  4. 使用 Kotlin 和 Anko 的 Android 开发入门

  5. Kotlin 语言高级 Android 开发入门

  6. Kotlin: Java 6 废土中的一线希望

开源库

  1. Kotlin-Realm-Extensions

    Kotlin extensions to simplify Realm API.

  2. dex-test-parser

    Find all test methods in an Android instrumentation APK

  3. kotlin-cursor

    Kotlin Annotation Processor to generate fromCursor and toContentValues of data classes.

  4. SpannedGridLayoutManager

    Android RecyclerView.LayoutManager that resizes and reorders views based on SpanSize

  5. kotlintest

    Kotlin test framework based on the excellent Scalatest