heejin
8 March 2026
A practical Kotlin collections cheat sheet for Android developers. Learn how to use map, filter, reduce, groupBy, and other essential collection...
heejin
6 March 2026
Learn Kotlin null safety with practical examples. Understand safe calls (?.), the not-null assertion (!!), let, and best practices for avoiding...
heejin
5 March 2026
A practical Kotlin scope functions guide for Android developers. Learn the difference between let , run , apply , also , and with with examples,...
sean
11 August 2025
Podman is a container management tool that serves as an alternative to Docker, offering similar functionalities without requiring a daemon. # mac $...
qnslrl
15 October 2020
- 지난 Kotlin 2 HTML 에서 이어진다. - 8. CSS 기초 그러면 여기 My first webpage라는 제목이 있는데 이거를 CSS로 꾸며줘보자. 먼저 텍스트 컬러를 흰색으로 바꾸고 백그라운드 컬러를 오렌지로 넣어보자. 이게 바로 CSS를 스타일이라는...
qnslrl
6 October 2020
(이 앞은 인텔리지 및 JDK셋업 및 Kotlin 프로젝트를 JS로 생성하는 것 까지 1편에서 다루었음) 6. HTML in Kotlin 그럼 프로젝트로 다시 돌아가서 이 자바스크립트를 HTML상에서 사용해보자. 다시 루트로 가서 오른클릭을 누르고 New ->...
heejin
8 March 2026
안드로이드 개발자를 위한 실용적인 코틀린 컬렉션 치트 시트. map, filter, reduce, groupBy 및 기타 필수 컬렉션 함수를 예제와 함께 배우세요.
heejin
8 March 2026
A practical Kotlin collections cheat sheet for Android developers. Learn how to use map, filter, reduce, groupBy, and other essential collection...
heejin
6 March 2026
Learn Kotlin null safety with practical examples. Understand safe calls (?.), the not-null assertion (!!), let, and best practices for avoiding...
youngdeok
26 July 2019
이번에는 기존에 만들어진 RxJava 대신에 코루틴을 사용해 바꿔 봅시다. 코루틴을 사용하면 RxJava보다 가볍고 비동기 처리루틴을 사용하기가 더 쉽습니다. RxJava에서 사용되었던 구독자와 생산자로 지정되었던 부분을 수정할 것입니다.
youngdeok
17 July 2019
Infinite Scroll은 데이터가 무한하게 지속될 때 한꺼번에 모든 것을 로딩 할 수 없으므로 보여지는 일정량만 로드 했다가 RecyclerView를 스크롤 하는 동작에 따라 동적으로 새로운 데이터를 지속적으로 보여 주는 것입니다.
youngdeok
28 June 2019
이제 실제 서버의 데이터를 JSON으로 제공해 주는 사이트를 이용해 REST(Representational State Transfer) API를 사용할 것입니다. 이것을 코드에서 객체로 담고 다시 뷰에 표시할 수 있도록 데이터 클래스에 저장해 활용하는 방법에 대해...

Language

Get in touch with us

"If you would thoroughly know anything, teach it to other."
- Tryon Edwards -