https://kotlinlang.org/docs/delegated-properties.html[https://kotlinlang...
把函數(shù)的定義跟類定義一起寫在頭文件中,就是隱式的內(nèi)聯(lián)函數(shù):https://harttle.land/2015/08/28/effective-c...
生成debug build aar, so必須包含符號。 在gradle文件中书幕,buildTypes config下添加doNotStrip: ...
目錄: system/framework/framework.jar
Kotlin中,lamda只有一個參數(shù)時劳较,可以用默認參數(shù)名稱it代替命名參數(shù)谱净。所以下面兩種方式的代碼榨惰,含義是一樣的: ComponentActi...
ViewModelScope.launch啟動的協(xié)程是運行在主線程的仅政。 ComponentActivity會用Lifecycle注冊生命周期事件...
在/mnt目錄下垢油,可以看到C/D/E等分區(qū)。
默認有4個: Dispatchers.Default[https://kotlin.github.io/kotlinx.coroutines/k...
launch: 非阻塞的圆丹,launch會創(chuàng)建一個CoroutineContext秸苗,但是內(nèi)部會直接執(zhí)行。runBlocking: 阻塞的运褪,runB...