詳細(xì)說明:https://blog.csdn.net/weixin_45112340/article/details/127047367[https://blog.csdn....
詳細(xì)說明:https://blog.csdn.net/weixin_45112340/article/details/127047367[https://blog.csdn....
詳細(xì)說明:https://zhuanlan.zhihu.com/p/27958831[https://zhuanlan.zhihu.com/p/27958831]注意事項(xiàng):j...
詳細(xì)說明:https://blog.csdn.net/weixin_45112340/article/details/126935362[https://blog.csdn....
詳細(xì)說明:https://blog.csdn.net/challenge51all/article/details/142663806[https://blog.csdn.n...
inline 內(nèi)聯(lián)函數(shù)編譯時(shí),會將 inline 內(nèi)部邏輯,遷移到調(diào)用方內(nèi)部,形成整體代碼塊。由于無需單獨(dú)創(chuàng)建實(shí)例,所以運(yùn)行效率比常規(guī)創(chuàng)建實(shí)例方式更高 反編譯后的內(nèi)容 noi...
深入理解高階函數(shù) 什么是高階函數(shù) 高階函數(shù)語法 再談 function typefunction type 語法function type 參數(shù)命名可空的 function ...
深入理解 lambda 表達(dá)式 lambda 語法 lambda 與集合(引出 member references) lambda 與 member references l...
反射 API KClass KCallable KFunction KProperty member references class referencesbound cla...
本文針對Android應(yīng)用開發(fā)過程中,會用到的性能優(yōu)化工具及使用、注意事項(xiàng)進(jìn)行介紹說明 Network Profiler 工具界面 注意目前 Network Profiler...
本文針對Android應(yīng)用開發(fā)過程中,會用到的性能優(yōu)化工具及使用、注意事項(xiàng)進(jìn)行介紹說明 StrictMode 嚴(yán)酷模式,主要檢測兩大問題,一種是線程策略(TreadPolic...
本文針對Android應(yīng)用開發(fā)過程中,會用到的性能優(yōu)化工具及使用、注意事項(xiàng)進(jìn)行介紹說明 Perfetto Perfetto 是一個(gè)系統(tǒng)級別數(shù)據(jù)抓去工具,可以從系統(tǒng)這個(gè)角度來查...
本文針對Android應(yīng)用開發(fā)過程中,會用到的性能優(yōu)化工具及使用、注意事項(xiàng)進(jìn)行介紹說明 systrace systrace 是Android SDK自帶的一個(gè)性能分析腳本工具...
協(xié)程使用說明:https://blog.csdn.net/tmacfrank/article/details/145084326[https://blog.csdn.net/...
本文針對Android應(yīng)用開發(fā)過程中,會用到的性能優(yōu)化工具及使用、注意事項(xiàng)進(jìn)行介紹說明 Memory Profiler 常見內(nèi)存泄漏場景 工具界面 新版本【堆轉(zhuǎn)儲】入口變成獨(dú)...
本文針對Android應(yīng)用開發(fā)過程中,會用到的性能優(yōu)化工具及使用、注意事項(xiàng)進(jìn)行介紹說明 CPU Profiler 工具界面 一些關(guān)鍵術(shù)語 Call Chart 方法調(diào)用棧: ...
Kotlin 注解 注解的定義 Kotlin 元注解@Target@Retention@Repeatable@MustBeDocumented use-site target...
Kotlin 異常Kotlin Java 異常的區(qū)別Kotlin 異常是一個(gè)表達(dá)式Kotlin 沒有 checked exception
寫文件 writeBytes writeText appendBytes appendText outputStream bufferedWriter 讀文件 forEach...
主要內(nèi)容 算術(shù)操作符重載二元操作符重載復(fù)合賦值操作符重載一元操作符重載 比較操作符重載 集合相關(guān)的操作符重載索引操作符重載索引操作符重載Kotlin集合中的應(yīng)用in 操作符重...