/idiomatic-kotlin

Kotlin学习项目,fork自tompee26

Primary LanguageKotlin

My Kotlin Learning Project

Forked form tompee26's idiomatic-kotlin

Idiomatic Kotlin

Contains all the code presented in the Idiomatic Kotlin tutorial series.

Chapters:

  1. Idiomatic Kotlin: Extension functions
  2. Idiomatic Kotlin: Sealed Classes
  3. Idiomatic Kotlin: Infix functions
  4. Idiomatic Kotlin: Class Delegates
  5. Idiomatic Kotlin: Local functions
  6. Idiomatic Kotlin: Object and Singleton
  7. Idiomatic Kotlin: Sequences
  8. Idiomatic Kotlin: Lambdas and SAM constructors
  9. Idiomatic Kotlin: Lambdas with Receiver and DSL
  10. Idiomatic Kotlin: Elvis Operator
  11. Idiomatic Kotlin: Property Delegates and Lazy
  12. Idiomatic Kotlin: Higher-order functions and Function Types
  13. Idiomatic Kotlin: Inline functions
  14. Idiomatic Kotlin: Lambdas and Control Flows
  15. Idiomatic Kotlin: Reified Parameters
  16. Idiomatic Kotlin: Noinline and Crossinline
  17. Idiomatic Kotlin: Variance
  18. Idiomatic Kotlin: Annotations and Reflection
  19. Idiomatic Kotlin: Annotation Processor and Code Generation

Check out all the other articles on the publication as well here.

My Supplement

Chapters:

  1. "Kotlin"系列: 一、Kotlin入门
  2. "Kotlin"系列: 二、Kotlin泛型
  3. 聊一聊-JAVA 泛型中的通配符 T,E,K,V,?
  4. java泛型 通配符详解及实践
  5. "Kotlin"系列: 三、Kotlin协程(上)
  6. 使用 Kotlin 开发 Android 应用
  7. Kotlin 的协程用力瞥一眼 - 学不会协程?很可能因为你看过的教程都是错的
  8. Kotlin 协程的挂起好神奇好难懂?今天我把它的皮给扒了
  9. 到底什么是「非阻塞式」挂起?协程真的更轻量级吗?

Other

  1. 使用 Maven 构建 Java 项目
  2. IntelliJ IDEA普通项目添加pom.xml,转变为Maven项目