Google Android Study Jam 學習筆記(5)

0 minute read

學習範圍

單元 4

Kotlin 語法

  1. thread

    • runBlocking{}.async()
    • Job, CoroutineScope, Dispatcher
  2. lazy instantiation

  3. @Json Annotation

  4. let

Android Studio

  1. debugger