Upgrade to Pro — share decks privately, control downloads, hide ads and more …

2022 Compose Camp : Beginner - Unit. 1

dogdduddy
October 27, 2022

2022 Compose Camp : Beginner - Unit. 1

2022 Compose Camp : Beginner
CodeLab Unit. 1
Additional explanation video
with DevFest

dogdduddy

October 27, 2022
Tweet

More Decks by dogdduddy

Other Decks in Programming

Transcript

  1. This work is licensed under the Apache 2.0 License Compose

    Camp Unit 1. 첫 번째 Android 앱 전병선 GDSC Daejin Core
  2. This work is licensed under the Apache 2.0 License Unit

    1. 첫 번째 Android 앱 Compose 사용 시 알아야 하는 Android 기본사항
  3. This work is licensed under the Apache 2.0 License 재사용

    가능한 소스 코드, 텍스트의 작은 부분 간단하게 코드의 일부분을 발췌한 것 스니펫
  4. This work is licensed under the Apache 2.0 License Kotlin을

    사용한 첫 프로그램 Kotlin 프로그래밍 소개
  5. This work is licensed under the Apache 2.0 License Kotlin

    코드를 컴퓨터가 이해할 수 있는 언어로 바꾸어주는 번역기 Page 4. 컴파일러 Kotlin을 사용한 첫 프로그램
  6. This work is licensed under the Apache 2.0 License Y

    = 2X + 3 Page 5. 함수 Kotlin을 사용한 첫 프로그램 X = 1, Y = 5
  7. This work is licensed under the Apache 2.0 License Page

    5. 함수 정의 Kotlin을 사용한 첫 프로그램 규격에 맞춰 함수의 기능을 코드로 작성
  8. This work is licensed under the Apache 2.0 License Page

    5. 함수 본문 Kotlin을 사용한 첫 프로그램 fun 키워 함수 이름 소괄호 중괄호
  9. This work is licensed under the Apache 2.0 License Kotlin에서

    변수 만들기 및 사용하기 Kotlin 프로그래밍 소개
  10. This work is licensed under the Apache 2.0 License Page

    2. 리터럴 Kotlin에서 변수 만들기 및 사용하기 컴퓨터에서 사용되는 고정 된 값을 대표하는 용어
  11. This work is licensed under the Apache 2.0 License Page

    2. 리터럴 Kotlin에서 변수 만들기 및 사용하기 상수 vs 리터럴 Const Literal
  12. This work is licensed under the Apache 2.0 License Page

    4. val 과 var Kotlin에서 변수 만들기 및 사용하기 변수 선언 키워드 val과 var 그리고 값의 수정 Val cannot be reassigned
  13. This work is licensed under the Apache 2.0 License Page

    4. val 과 var Kotlin에서 변수 만들기 및 사용하기 Val friendArray = 민수 병선 재민 민수 병선 규현 Jim Haary Jason Rocoli Complete Error
  14. This work is licensed under the Apache 2.0 License Kotlin에서

    함수 만들기 및 사용하기 Kotlin 프로그래밍 소개
  15. This work is licensed under the Apache 2.0 License Page

    2. 함수 호출 Kotlin에서 함수 만들기 및 사용하기 정의된 함수를 사용하기 위해 부르는 행위
  16. This work is licensed under the Apache 2.0 License Page

    5. 매개변수 Kotlin에서 함수 만들기 및 사용하기 함수를 호출할 때 값 전달 에 사용되는 변수
  17. This work is licensed under the Apache 2.0 License 첫

    번째 Android 앱 만들기 Android 스튜디오 설정
  18. This work is licensed under the Apache 2.0 License Page

    5. MainActivity.kt 첫 번째 Android 앱 만들기 Kt 확장자 Kotlin Class / File 확장자 Activity 안드로이드 화면을 구성하 는 기본 단위
  19. This work is licensed under the Apache 2.0 License Page

    5. @ Annotation 첫 번째 Android 앱 만들기 컴파일러에게 정보를 제공하거나, 실행 시 특정 코드를 생성해주는 주석
  20. This work is licensed under the Apache 2.0 License Unit

    1. 첫 번째 Android 앱 shutterstock.com - 2094254767