더 친절한 코틀린 앱프로그래밍 책에 있는 코드 입니다.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 […]
kotlin / Uncategorized
Posted on:
[kotlin]코틀린 안드로이드 앱개발 소개 / Introduction to Kotlin Android app development
코틀린은 원래 범용 프로그래밍 언어이고 자바와 완벽히 호환됩니다.Kotlin is essentially a general-purpose programming language and is fully compatible with Java. 제가 소개하고자 하는것은 안드로이드 앱 개발에 대한 내용입니다.What […]