A practical Kotlin collections cheat sheet for Android developers. Learn how to use map, filter, reduce, groupBy, and other essential collection functions with examples.
Learn Kotlin null safety with practical examples. Understand safe calls (?.), the not-null assertion (!!), let, and best practices for avoiding NullPointerException in Android development.
A practical Kotlin scope functions guide for Android developers. Learn the difference between let , run , apply , also , and with with examples, comparison tables, and practical developer tips.
- 지난 Kotlin 2 HTML 에서 이어진다. - 8. CSS 기초 그러면 여기 My first webpage라는 제목이 있는데 이거를 CSS로 꾸며줘보자. 먼저 텍스트 컬러를 흰색으로 바꾸고 백그라운드 컬러를 오렌지로 넣어보자. 이게 바로 CSS를 스타일이라는...
Recent comments