더 친절한 코틀린 앱프로그래밍 책에 있는 코드 입니다.This is code from the Friendlier Kotlin App Programming book 형변환 예제입니다.This is an example of type conversion. 이 코드는 뷰바인딩을 […]
kotlin / Uncategorized
Posted on:
[Kotlin]리니어 레이아웃 예제(linere layout example)
더 친절한 코틀린 앱프로그래밍 책에 있는 코드 입니다.This is code from the Friendlier Kotlin App Programming book 리니어레이아웃 예제입니다.This is a linear layout example. 이 코드는 뷰바인딩을 사용하지 […]
kotlin / Uncategorized
Posted on:
[Kotlin]버튼클릭,토스트메세지,텍스트뷰 예제/Button click, toast message, text view examples
더 친절한 코틀린 앱프로그래밍 책에 있는 코드 입니다.This is code from the Friendlier Kotlin App Programming book 버튼클릭,토스트 메시지,텍스트뷰 코드 예제 입니다.Button click, toast message, and text view […]
ReactNative리액트네이티브 / Uncategorized
Posted on:
[ReactNative]Drawer Layout
아래는 Drawer Layout관련 코드 입니다.Below is the code related to Drawer Layout. 이미 메뉴얼이 있지만 직접 메뉴얼보고 따라해보면 실행되지 않는 경우가 있습니다.There is already a manual, but if […]