Platform/Android

[Kotlin] 기초

개랭갱깽스타 2021. 7. 21. 15:37

https://developer.android.com/courses/kotlin-android-fundamentals/overview?hl=ko 

 

Android Kotlin 기초  |  학습 과정  |  Android Developers

Android Kotlin 기초 교육 과정은 Google Developers 교육팀에서 만들었습니다. 이 교육 과정에서는 Android Kotlin 프로그래밍 개념에 관해 알아보고 다양한 앱을 빌드합니다. Android Kotlin 기초 교육 과정 자

developer.android.com

 

apply, with, let, also, run #범위지정함수 #수신객체 #수신객체지정람다

https://medium.com/@limgyumin/%EC%BD%94%ED%8B%80%EB%A6%B0-%EC%9D%98-apply-with-let-also-run-%EC%9D%80-%EC%96%B8%EC%A0%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94%EA%B0%80-4a517292df29

 

코틀린 의 apply, with, let, also, run 은 언제 사용하는가?

원문 : “Kotlin Scoping Functions apply vs. with, let, also, and run”

medium.com

 

inline, noinline #일급함수

https://medium.com/harrythegreat/kotlin-inline-noinline-%ED%95%9C%EB%B2%88%EC%97%90-%EC%9D%B4%ED%95%B4%ED%95%98%EA%B8%B0-1d54ff34151c

 

[kotlin] inline, noinline 한번에 이해하기

처음 코틀린에서 람다식과 inline, noinline을 접하게되면 멘붕이옵니다. 아마 친절하지 않은 도큐몬트도 한몫을 하는것같습니다. 그리고 Inline을 찾아보게된다면 대부분 정의는 아래와 같습니다.

medium.com

 

use #Closable

https://thdev.tech/kotlin/2020/11/03/kotlin_effective_09/

 

Kotlin extensions use를 알아보고, 사용법을 알아보자. |

I’m an Android Developer.

thdev.tech

 

Java -> Kotlin CopyAssets

https://pyxispub.uzuki.live/?p=252 

 

Kotlin – Copy Assets to Internal Storage

안드로이드에서 앱 안에 파일을 넣는 방법 중 가장 흔한 것이 에셋, assets이다. assets 폴더 안에 넣어놓고 Context.getAssets()로 얻어와서 접근하거나, 내장 메모리로 내보내서 접근하거나 여러 방법이

pyxispub.uzuki.live

 

object : 

 

SAM변환

반응형