作者:Antonio Leiva 時間:Dec 12, 2016 原文鏈接:http://antonioleiva.com/kotlin-android-extensions/ 你也許已厭倦日復一日使用findViewById編寫Android視圖。或是你可能放棄它轉而 ...
作者:Antonio Leiva 時間:Apr , 原文鏈接:https: antonioleiva.com nullity kotlin 關於Kotlin最重要的部分之一:無效處理,我花了很長時間完成寫一篇文章。 東尼 霍爾 Tony Hoare 空 null 概念的創作者,自稱 十億美元的錯誤 。在你編寫Java代碼是,null是最容易出錯的指針。 如果你在觀察Bug管理器,我確信你見到的N ...
2017-04-09 22:28 0 3636 推薦指數:
作者:Antonio Leiva 時間:Dec 12, 2016 原文鏈接:http://antonioleiva.com/kotlin-android-extensions/ 你也許已厭倦日復一日使用findViewById編寫Android視圖。或是你可能放棄它轉而 ...
作者:Antonio Leiva 時間:Aug 16, 2017 原文鏈接:https://antonioleiva.com/kotlin-android-extensions/ 在 Kotlin1.1.4版本 發布后,原作者依據 Kotlin 新版本的一系列新特性,以及有讀者 ...
作者:Antonio Leiva 時間:Jan 25, 2017 原文鏈接:https://antonioleiva.com/data-classes-kotlin/ 在前面的文章中,我們已經見到了類,而數據類還可以進一步幫助我們簡化代碼。 數據類是什么 ...
作者:Antonio Leiva 時間:Mar 14, 2017 原文鏈接:https://antonioleiva.com/recyclerview-adapter-kotlin/ 通過創建RecyclerView適配器,Kotlin可以簡化您的生活,這是一個有趣的方法 ...
作者:Antonio Leiva 時間:Jan 19, 2017 原文鏈接:https://antonioleiva.com/anko-background-kotlin-android/ Anko是由Jetbrains用Kotlin開發的Android庫,它可以用於很多不同的方面 ...
作者:Antonio Leiva 時間:Feb 8, 2017 原文鏈接:https://antonioleiva.com/generic-functions-kotlin/ Kotlin的一些特性組合起來與泛型混合使用創建函數可以極大的簡化你的編碼,且保證它的可讀性 ...
作者:Antonio Leiva 時間:Jun 27, 2017 原文鏈接:https://antonioleiva.com/sealed-classes-kotlin/ Kotlin的封裝類是Java中沒有的新概念,並為此開辟了另一片可能性新的世界。 密封類允許 ...
原文標題:Variables in Kotlin, differences with Java. var vs val (KAD 02) 作者:Antonio Leiva 時間:Nov 28, 2016 原文鏈接:http://antonioleiva.com ...