
原文鏈接:https://github.com/EasyKotlin 到目前為止,我們已經(jīng)了解了Kotlin的基本符號(hào)以及基礎(chǔ)語(yǔ)法。我們可以看出...
Kotlin is 100% interoperable with Java? and Android? 在前面的章節(jié)中,我們已經(jīng)學(xué)習(xí)了Kotl...
原文鏈接:https://github.com/EasyKotlin 在常用的并發(fā)模型中,多進(jìn)程、多線程、分布式是最普遍的,不過(guò)近些年來(lái)逐漸有一...
原文鏈接:https://github.com/enbandari/Kotlin-Tutorials 上周我們把 Kotlin Coroutin...
原文鏈接:https://github.com/enbandari/Kotlin-Tutorials 本文主要介紹 Kotlin Corouti...
原文鏈接:https://github.com/EasyKotlin 本章將介紹Kotlin標(biāo)準(zhǔn)庫(kù)中的集合類(lèi),我們將了解到它是如何擴(kuò)展的Java...
原文鏈接:https://github.com/EasyKotlin 7.9 單例模式(Singleton)與伴生對(duì)象(companion ob...
原文鏈接:https://github.com/EasyKotlin 在前面的章節(jié)中,我們學(xué)習(xí)了Kotlin的語(yǔ)言基礎(chǔ)知識(shí)、類(lèi)型系統(tǒng)、集合類(lèi)以及...
原文鏈接:https://github.com/EasyKotlin 值就是函數(shù),函數(shù)就是值。所有函數(shù)都消費(fèi)函數(shù),所有函數(shù)都生產(chǎn)函數(shù)。 "函數(shù)式...