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 #범위지정함수 #수신객체 #수신객체지정람다
코틀린 의 apply, with, let, also, run 은 언제 사용하는가?
원문 : “Kotlin Scoping Functions apply vs. with, let, also, and run”
medium.com
inline, noinline #일급함수
[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변환
'Platform > Android' 카테고리의 다른 글
[gradle] ViewBinding 추가 (0) | 2021.07.25 |
---|---|
[Error] (0) | 2021.07.22 |
[Error] Cannot fit requested classes in a single dex file (0) | 2021.07.21 |
[CleanArchitecture] 앱 아키텍처 가이드 (0) | 2021.06.23 |
[Error] ssl_client_socket_impl.cc(947): handshake failed; returned -1, SSL error code 1, net_error -201 (0) | 2021.06.14 |