1./res/layout/nav_header.xml -xml design -xml code 2./res/menu/nav_menu.xml -Menu디렉토리는 직접 생성(Create the Menu directory yourself) -xml design -xml code 3.사용된 이미지(Image used)Drawable/profile.png
[Kotlin]Drawerlayout – 2.프레그먼트부분(Fragment Part)
1.Fragment1.kt 1-1.fragment_1.xml -xml design -xml code 2.Fragment2.kt 2-1.fragment_2.xml -xml design -xml code 3.Fragment3.kt 3-1.fragment_3.xml -xml design -xml code
[Kotlin]Drawerlayout – 1.메인화면 부분(Main Screen Part)
더 친절한 코틀린 앱프로그래밍 책에 있는 코드 입니다.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 […]