본문 바로가기

Java and Android/Android Kotlin

Android Kotlin - for, while, Non-null, Nullable

1. for

 

 

2. while

 

 

 

3.Non-Null / Nullable

(1) - null sage 연산자 --> ?.

(2) - elvis 연산자 --> ?:

(3) - non-null assertion 연산자 --> !!

(4) - .let