더 친절한 코틀린 앱프로그래밍 책에 있는 코드 입니다.This is code from the Friendlier Kotlin App Programming book 이 코드는 뷰바인딩을 사용하지 않았습니다.This code does not use view binding. […]
[Kotline]함수2/function2
더 친절한 코틀린 앱프로그래밍 책에 있는 코드 입니다.This is code from the Friendlier Kotlin App Programming book 함수 예제입니다.This is an example of function. 이 코드는 뷰바인딩을 사용하지 […]
[Kotlin]함수/function
더 친절한 코틀린 앱프로그래밍 책에 있는 코드 입니다.This is code from the Friendlier Kotlin App Programming book 함수 예제입니다.This is an example of function. 이 코드는 뷰바인딩을 사용하지 […]
[Kotlin]형변환예제1/Type Coversion1
더 친절한 코틀린 앱프로그래밍 책에 있는 코드 입니다.This is code from the Friendlier Kotlin App Programming book 형변환 예제입니다.This is an example of type conversion. 이 코드는 뷰바인딩을 […]
[Kotlin]형변환예제2/Type conversion example2
더 친절한 코틀린 앱프로그래밍 책에 있는 코드 입니다.This is code from the Friendlier Kotlin App Programming book 형변환 예제입니다.This is an example of type conversion. 이 코드는 뷰바인딩을 […]
[Kotlin]리니어 레이아웃 예제(linere layout example)
더 친절한 코틀린 앱프로그래밍 책에 있는 코드 입니다.This is code from the Friendlier Kotlin App Programming book 리니어레이아웃 예제입니다.This is a linear layout example. 이 코드는 뷰바인딩을 사용하지 […]
[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]Drawer Layout
아래는 Drawer Layout관련 코드 입니다.Below is the code related to Drawer Layout. 이미 메뉴얼이 있지만 직접 메뉴얼보고 따라해보면 실행되지 않는 경우가 있습니다.There is already a manual, but if […]
[ReactNative]아이콘 사용하기 / Using icons
이전 포스트에서 아이콘 사용하는 부분을 다뤘지만 약간 추가 설명이 필요한것 같습니다.I covered the use of icons in the previous post, but I think a little more explanation is […]
[ReactNative]Tab navigator 코드설명 / Tab navigator code explanation
이 포스트는 Tab navigator사용하기에 대한 코드 설명입니다.This post is a code explanation for using the Tab navigator. 한번 보시면 크게 이해하기 어려운 부분은 없다고 생각됩니다.If you take a […]