Swift Scope Functions Swift Kotlin IOS by Aki 2020-10-30 在 Kotlin 中我們經常用 apply, also, let, run 之類的好用的 scope functions 但 Swift 沒有 Scope Function read more
ViewModelFactory 懶人寫法 Android Kotlin MVVM by Aki 2020-10-07 在 MVVM 的架構中我們經常要為了初始化需要傳入些參數進 ViewModel 而要寫 ViewModelFactory ... read more