반응형
기존 2개 선언 할 때
val (textColorResId, backgroundResId) = R.color.gray_4 to R.drawable.shape_round_20_gr
3개로 선언할 때
val (textColorResId, backgroundResId, enable) = Triple(R.color.gray_4, R.drawable.shape_round_20_gr, false)
반응형
'코딩 > 코드리뷰' 카테고리의 다른 글
Observable subscribeOn, observeOn 스레드 (0) | 2022.01.27 |
---|---|
TakeIf로 값 넣기 (0) | 2021.12.20 |
뷰홀더 LayoutInflater Activity에 의존하지 않기 (0) | 2021.11.18 |
코틀린 mapTo (0) | 2021.11.18 |
kotlin toLowerCase() Deprecated (0) | 2021.09.29 |