?.연산자 변수가 null이 아닐 때만 함수가 수행되며 null일경우 null리턴 //java String temp; if (s != null) { temp = s.toUpperCase(); } else { temp = null; } //kotlin var temp; temp = s?.toUpperCase() ?: ...
Android Studio를 사용하며 괜찮았던 Plugins 추천 설명 Android Studio Prettify 레이아웃 StringManipulation 단어 정리 CodeGlance ...
A new version of content is available.